mirfan899 commited on
Commit
04ed56e
1 Parent(s): 0d6108c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -1,3 +1,41 @@
1
  ---
2
  license: other
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: other
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: validation
9
+ path: data/validation-*
10
+ - split: test
11
+ path: data/test-*
12
+ dataset_info:
13
+ features:
14
+ - name: id
15
+ dtype: string
16
+ - name: tokens
17
+ sequence: string
18
+ - name: ner_tags
19
+ sequence:
20
+ class_label:
21
+ names:
22
+ '0': O
23
+ '1': I-PER
24
+ '2': I-ORG
25
+ '3': I-LOC
26
+ '4': B-PER
27
+ '5': B-ORG
28
+ '6': B-LOC
29
+ splits:
30
+ - name: train
31
+ num_bytes: 4540187
32
+ num_examples: 12903
33
+ - name: validation
34
+ num_bytes: 1950125
35
+ num_examples: 5531
36
+ - name: test
37
+ num_bytes: 1950125
38
+ num_examples: 5531
39
+ download_size: 1919058
40
+ dataset_size: 8440437
41
  ---