rollerhafeezh-amikom commited on
Commit
7a56f49
1 Parent(s): cfbc3fb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - name: token_tags
29
+ sequence:
30
+ sequence: string
31
+ - name: entity
32
+ sequence:
33
+ sequence: int64
34
+ - name: entity_type
35
+ sequence: string
36
+ - name: sentence_ori
37
+ dtype: string
38
+ - name: sentence_new
39
+ dtype: string
40
+ - name: sentence_translated
41
+ dtype: string
42
+ splits:
43
+ - name: train
44
+ num_bytes: 1793801
45
+ num_examples: 1000
46
+ - name: test
47
+ num_bytes: 2140380
48
+ num_examples: 1228
49
+ - name: validation
50
+ num_bytes: 2030866
51
+ num_examples: 1251
52
+ download_size: 1963371
53
+ dataset_size: 5965047
54
+ ---
55
+ # Dataset Card for "en_nergrit_corpus"
56
+
57
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)