lhoestq HF staff commited on
Commit
497bd5f
1 Parent(s): eae6470

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -21,6 +21,27 @@ task_ids:
21
  - semantic-similarity-scoring
22
  paperswithcode_id: null
23
  pretty_name: Swedish Machine Translated STS-B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for Swedish Machine Translated STS-B
@@ -162,4 +183,4 @@ The machine translated version were put together by @timpal0l
162
 
163
  ### Contributions
164
 
165
- Thanks to [@timpal0l](https://github.com/timpal0l) for adding this dataset.
 
21
  - semantic-similarity-scoring
22
  paperswithcode_id: null
23
  pretty_name: Swedish Machine Translated STS-B
24
+ dataset_info:
25
+ features:
26
+ - name: sentence1
27
+ dtype: string
28
+ - name: sentence2
29
+ dtype: string
30
+ - name: score
31
+ dtype: float32
32
+ config_name: plain_text
33
+ splits:
34
+ - name: test
35
+ num_bytes: 171823
36
+ num_examples: 1379
37
+ - name: train
38
+ num_bytes: 772847
39
+ num_examples: 5749
40
+ - name: validation
41
+ num_bytes: 218843
42
+ num_examples: 1500
43
+ download_size: 383047
44
+ dataset_size: 1163513
45
  ---
46
 
47
  # Dataset Card for Swedish Machine Translated STS-B
 
183
 
184
  ### Contributions
185
 
186
+ Thanks to [@timpal0l](https://github.com/timpal0l) for adding this dataset.