fernandoperes commited on
Commit
daea594
·
1 Parent(s): 22675cb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,3 +1,28 @@
1
  ---
2
  license: openrail
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: openrail
3
+ dataset_info:
4
+ features:
5
+ - name: sentence1
6
+ dtype: string
7
+ - name: sentence2
8
+ dtype: string
9
+ - name: label
10
+ dtype:
11
+ class_label:
12
+ names:
13
+ '0': not_equivalent
14
+ '1': equivalent
15
+ - name: idx
16
+ dtype: int32
17
+ splits:
18
+ - name: train
19
+ num_bytes: 943843
20
+ num_examples: 3668
21
+ download_size: 649281
22
+ dataset_size: 943843
23
+ configs:
24
+ - config_name: default
25
+ data_files:
26
+ - split: train
27
+ path: data/train-*
28
  ---