henryscheible commited on
Commit
7c394b4
1 Parent(s): a5376bf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: label
5
+ dtype: int64
6
+ - name: input_ids
7
+ sequence: int32
8
+ - name: token_type_ids
9
+ sequence: int8
10
+ - name: attention_mask
11
+ sequence: int8
12
+ splits:
13
+ - name: test
14
+ num_bytes: 146765.59151193633
15
+ num_examples: 302
16
+ - name: train
17
+ num_bytes: 586090.4084880636
18
+ num_examples: 1206
19
+ download_size: 113445
20
+ dataset_size: 732856.0
21
+ ---
22
+ # Dataset Card for "crows_pairs"
23
+
24
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)