bgstud commited on
Commit
de7daaa
1 Parent(s): 27847dd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -28,6 +28,26 @@ train-eval-index:
28
  eval_split: test
29
  task: token-classification
30
  task_id: entity_extraction
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ---
32
 
33
  # Dataset Card for [Dataset Name]
@@ -151,4 +171,4 @@ train-eval-index:
151
 
152
  ### Contributions
153
 
154
- Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
 
28
  eval_split: test
29
  task: token-classification
30
  task_id: entity_extraction
31
+ dataset_info:
32
+ features:
33
+ - name: sentence
34
+ dtype: string
35
+ - name: accent
36
+ dtype: string
37
+ - name: input_features
38
+ sequence:
39
+ sequence: float32
40
+ - name: labels
41
+ sequence: int64
42
+ splits:
43
+ - name: test
44
+ num_bytes: 433226048
45
+ num_examples: 451
46
+ - name: train
47
+ num_bytes: 9606026408
48
+ num_examples: 10000
49
+ download_size: 2307292790
50
+ dataset_size: 10039252456
51
  ---
52
 
53
  # Dataset Card for [Dataset Name]
 
171
 
172
  ### Contributions
173
 
174
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.