mirfan899 commited on
Commit
abead87
1 Parent(s): 13c1f0c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: id
14
+ dtype: string
15
+ - name: tokens
16
+ sequence: string
17
+ - name: ner_tags
18
+ sequence:
19
+ class_label:
20
+ names:
21
+ '0': DATE
22
+ '1': DESIGNATION
23
+ '2': LOCATION
24
+ '3': NUMBER
25
+ '4': O
26
+ '5': ORGANIZATION
27
+ '6': PERSON
28
+ '7': TIME
29
+ splits:
30
+ - name: train
31
+ num_bytes: 682695
32
+ num_examples: 1145
33
+ - name: validation
34
+ num_bytes: 302036
35
+ num_examples: 491
36
+ - name: test
37
+ num_bytes: 302036
38
+ num_examples: 491
39
+ download_size: 232466
40
+ dataset_size: 1286767
41
+ ---
42
+ # Dataset Card for "uner-ner"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)