Datasets:

Sub-tasks:
parsing
Languages:
Chinese
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
a7f25a9
1 Parent(s): bb08014

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -19,6 +19,33 @@ task_ids:
19
  - parsing
20
  paperswithcode_id: null
21
  pretty_name: AMTTL
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for AMTTL
@@ -147,4 +174,4 @@ pretty_name: AMTTL
147
  ```
148
  ### Contributions
149
 
150
- Thanks to [@JetRunner](https://github.com/JetRunner) for adding this dataset.
 
19
  - parsing
20
  paperswithcode_id: null
21
  pretty_name: AMTTL
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: tokens
27
+ sequence: string
28
+ - name: tags
29
+ sequence:
30
+ class_label:
31
+ names:
32
+ 0: B
33
+ 1: I
34
+ 2: E
35
+ 3: S
36
+ config_name: amttl
37
+ splits:
38
+ - name: test
39
+ num_bytes: 328525
40
+ num_examples: 908
41
+ - name: train
42
+ num_bytes: 1132212
43
+ num_examples: 3063
44
+ - name: validation
45
+ num_bytes: 324374
46
+ num_examples: 822
47
+ download_size: 685534
48
+ dataset_size: 1785111
49
  ---
50
 
51
  # Dataset Card for AMTTL
 
174
  ```
175
  ### Contributions
176
 
177
+ Thanks to [@JetRunner](https://github.com/JetRunner) for adding this dataset.