lhoestq HF staff commited on
Commit
9d07d45
1 Parent(s): cb21616

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -21,6 +21,24 @@ task_ids:
21
  - semantic-similarity-scoring
22
  paperswithcode_id: null
23
  pretty_name: Wordsim-353 In Yorùbá (YorubaWordsim353)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for wordsim-353 in Yorùbá (yoruba_wordsim353)
@@ -147,4 +165,4 @@ An instance consists of a pair of words as well as their similarity. The dataset
147
 
148
  ### Contributions
149
 
150
- Thanks to [@michael-aloys](https://github.com/michael-aloys) for adding this dataset.
21
  - semantic-similarity-scoring
22
  paperswithcode_id: null
23
  pretty_name: Wordsim-353 In Yorùbá (YorubaWordsim353)
24
+ dataset_info:
25
+ features:
26
+ - name: english1
27
+ dtype: string
28
+ - name: english2
29
+ dtype: string
30
+ - name: yoruba1
31
+ dtype: string
32
+ - name: yoruba2
33
+ dtype: string
34
+ - name: similarity
35
+ dtype: float32
36
+ splits:
37
+ - name: test
38
+ num_bytes: 19299
39
+ num_examples: 353
40
+ download_size: 17039
41
+ dataset_size: 19299
42
  ---
43
 
44
  # Dataset Card for wordsim-353 in Yorùbá (yoruba_wordsim353)
165
 
166
  ### Contributions
167
 
168
+ Thanks to [@michael-aloys](https://github.com/michael-aloys) for adding this dataset.