sileod commited on
Commit
ff18687
·
verified ·
1 Parent(s): 8e32ab1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -1,3 +1,38 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: validation
9
+ path: data/validation-*
10
+ - split: test
11
+ path: data/test-*
12
+ dataset_info:
13
+ features:
14
+ - name: anchor
15
+ dtype: string
16
+ - name: target
17
+ dtype: string
18
+ - name: rating
19
+ dtype: string
20
+ - name: score
21
+ dtype: float64
22
+ - name: context
23
+ dtype: string
24
+ - name: label
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 3052810
29
+ num_examples: 36473
30
+ - name: validation
31
+ num_bytes: 242695
32
+ num_examples: 2843
33
+ - name: test
34
+ num_bytes: 770452
35
+ num_examples: 9232
36
+ download_size: 721129
37
+ dataset_size: 4065957
38
  ---