lhoestq HF staff commited on
Commit
4a127f8
1 Parent(s): e39089f

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +36 -1
README.md CHANGED
@@ -20,6 +20,41 @@ task_categories:
20
  task_ids: []
21
  paperswithcode_id: null
22
  pretty_name: SNOW T15 and T23 (simplified Japanese corpus)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for SNOW T15 and T23 (simplified Japanese corpus)
@@ -209,4 +244,4 @@ CC BY 4.0
209
 
210
  ### Contributions
211
 
212
- Thanks to [@forest1988](https://github.com/forest1988), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
20
  task_ids: []
21
  paperswithcode_id: null
22
  pretty_name: SNOW T15 and T23 (simplified Japanese corpus)
23
+ dataset_info:
24
+ - config_name: snow_t15
25
+ features:
26
+ - name: ID
27
+ dtype: string
28
+ - name: original_ja
29
+ dtype: string
30
+ - name: simplified_ja
31
+ dtype: string
32
+ - name: original_en
33
+ dtype: string
34
+ splits:
35
+ - name: train
36
+ num_bytes: 7218115
37
+ num_examples: 50000
38
+ download_size: 3634132
39
+ dataset_size: 7218115
40
+ - config_name: snow_t23
41
+ features:
42
+ - name: ID
43
+ dtype: string
44
+ - name: original_ja
45
+ dtype: string
46
+ - name: simplified_ja
47
+ dtype: string
48
+ - name: original_en
49
+ dtype: string
50
+ - name: proper_noun
51
+ dtype: string
52
+ splits:
53
+ - name: train
54
+ num_bytes: 6704695
55
+ num_examples: 34300
56
+ download_size: 3641507
57
+ dataset_size: 6704695
58
  ---
59
 
60
  # Dataset Card for SNOW T15 and T23 (simplified Japanese corpus)
244
 
245
  ### Contributions
246
 
247
+ Thanks to [@forest1988](https://github.com/forest1988), [@lhoestq](https://github.com/lhoestq) for adding this dataset.