rollerhafeezh-amikom commited on
Commit
ab8940e
1 Parent(s): 3fe984f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: validation
10
+ path: data/validation-*
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': O
22
+ '1': B-LOC
23
+ '2': I-LOC
24
+ '3': B-DAT
25
+ '4': I-DAT
26
+ '5': B-TIM
27
+ '6': I-TIM
28
+ splits:
29
+ - name: train
30
+ num_bytes: 2863630.192227897
31
+ num_examples: 6611
32
+ - name: test
33
+ num_bytes: 581270.9078782826
34
+ num_examples: 1228
35
+ - name: validation
36
+ num_bytes: 539116.4898849663
37
+ num_examples: 1251
38
+ download_size: 949589
39
+ dataset_size: 3984017.589991146
40
+ ---
41
+ # Dataset Card for "id_nergrit_corpus"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)