mirfan899 commited on
Commit
1f31e0d
1 Parent(s): b5a1d86

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': TIME
22
+ '1': PERSON
23
+ '2': ORGANIZATION
24
+ '3': O
25
+ '4': NUMBER
26
+ '5': LOCATION
27
+ '6': DESIGNATION
28
+ '7': DATE
29
+ splits:
30
+ - name: train
31
+ num_bytes: 12556540
32
+ num_examples: 18172
33
+ - name: validation
34
+ num_bytes: 5412660
35
+ num_examples: 7788
36
+ - name: test
37
+ num_bytes: 5412660
38
+ num_examples: 7788
39
+ download_size: 4173687
40
+ dataset_size: 23381860
41
+ ---
42
+ # Dataset Card for "urdu-ner"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)