mirfan899 commited on
Commit
8d3c20f
1 Parent(s): b6643dd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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': LOCATION
22
+ '1': BRAND
23
+ '2': TITLE_OBJECT
24
+ '3': PERSON
25
+ '4': DESIGNATION
26
+ '5': ORGANIZATION
27
+ '6': ABBREVIATION
28
+ '7': TIME
29
+ '8': NUMBER
30
+ '9': MEASURE
31
+ '10': TERMS
32
+ '11': O
33
+ splits:
34
+ - name: train
35
+ num_bytes: 113598275
36
+ num_examples: 91636
37
+ - name: validation
38
+ num_bytes: 49131726
39
+ num_examples: 39273
40
+ - name: test
41
+ num_bytes: 49131726
42
+ num_examples: 39273
43
+ download_size: 32594168
44
+ dataset_size: 211861727
45
+ ---
46
+ # Dataset Card for "hindi-ner-small"
47
+
48
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)