Aleereza commited on
Commit
649d591
·
1 Parent(s): cbefaef

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': O
11
+ '1': B-DAT
12
+ '2': I-DAT
13
+ '3': B-EVE
14
+ '4': I-EVE
15
+ '5': B-LOC
16
+ '6': I-LOC
17
+ '7': B-ORG
18
+ '8': I-ORG
19
+ '9': B-PER
20
+ '10': I-PER
21
+ splits:
22
+ - name: train
23
+ num_bytes: 453592585.5859551
24
+ num_examples: 22521473
25
+ - name: test
26
+ num_bytes: 25199589.207022466
27
+ num_examples: 1251193
28
+ - name: val
29
+ num_bytes: 25199589.207022466
30
+ num_examples: 1251193
31
+ download_size: 185174999
32
+ dataset_size: 503991764.00000006
33
+ ---
34
+ # Dataset Card for "NER_dataset"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)