Farnazgh commited on
Commit
a2153f0
1 Parent(s): 84e20d5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ dataset_info:
10
+ features:
11
+ - name: tokens
12
+ sequence: string
13
+ - name: ner_tags
14
+ sequence:
15
+ class_label:
16
+ names:
17
+ '0': O
18
+ '1': B-LOC
19
+ '2': I-LOC
20
+ '3': B-PER
21
+ '4': I-PER
22
+ splits:
23
+ - name: train
24
+ num_bytes: 53340203
25
+ num_examples: 120682
26
+ - name: validation
27
+ num_bytes: 5847428
28
+ num_examples: 13410
29
+ download_size: 14542966
30
+ dataset_size: 59187631
31
+ ---
32
+ # Dataset Card for "wikiner_fr_LOC_PER"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)