lhoestq HF staff commited on
Commit
4fbedb0
1 Parent(s): 35fd1ee

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +23 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- annotations_creators:
3
  - crowdsourced
4
  language_creators:
5
  - crowdsourced
@@ -20,6 +20,27 @@ task_ids:
20
  - semantic-similarity-scoring
21
  paperswithcode_id: null
22
  pretty_name: RO-STS
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for RO-STS
@@ -156,4 +177,4 @@ CC BY-SA 4.0 License
156
 
157
  ### Contributions
158
 
159
- Thanks to [@lorinczb](https://github.com/lorinczb) for adding this dataset.
 
1
  ---
2
+ annotations_creators:
3
  - crowdsourced
4
  language_creators:
5
  - crowdsourced
 
20
  - semantic-similarity-scoring
21
  paperswithcode_id: null
22
  pretty_name: RO-STS
23
+ dataset_info:
24
+ features:
25
+ - name: score
26
+ dtype: float32
27
+ - name: sentence1
28
+ dtype: string
29
+ - name: sentence2
30
+ dtype: string
31
+ config_name: ro_sts
32
+ splits:
33
+ - name: test
34
+ num_bytes: 194330
35
+ num_examples: 1379
36
+ - name: train
37
+ num_bytes: 879073
38
+ num_examples: 5749
39
+ - name: validation
40
+ num_bytes: 245926
41
+ num_examples: 1500
42
+ download_size: 1267607
43
+ dataset_size: 1319329
44
  ---
45
 
46
  # Dataset Card for RO-STS
 
177
 
178
  ### Contributions
179
 
180
+ Thanks to [@lorinczb](https://github.com/lorinczb) for adding this dataset.