davanstrien HF Staff commited on
Commit
7263952
·
1 Parent(s): 2b766f5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: valid
8
+ path: data/valid-*
9
+ dataset_info:
10
+ features:
11
+ - name: id
12
+ dtype: string
13
+ - name: ner_tags
14
+ sequence: string
15
+ - name: tokens
16
+ sequence: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 1548186
20
+ num_examples: 5216
21
+ - name: valid
22
+ num_bytes: 392764
23
+ num_examples: 1304
24
+ download_size: 617440
25
+ dataset_size: 1940950
26
+ ---
27
+ # Dataset Card for "ner-test"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)