oualidlamrini commited on
Commit
684769a
·
verified ·
1 Parent(s): 4e478ed

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: tokens
5
+ sequence: string
6
+ - name: ner_tags
7
+ sequence:
8
+ class_label:
9
+ names:
10
+ '0': O
11
+ '1': B-nom
12
+ '2': I-nom
13
+ '3': B-prenom
14
+ '4': I-prenom
15
+ '5': B-nom_d_usage
16
+ '6': I-nom_d_usage
17
+ '7': B-lieu_naissance
18
+ '8': I-lieu_naissance
19
+ '9': B-date_naissance
20
+ '10': I-date_naissance
21
+ '11': B-sexe
22
+ '12': I-sexe
23
+ '13': B-adresse
24
+ '14': I-adresse
25
+ '15': B-date_expiration
26
+ '16': I-date_expiration
27
+ splits:
28
+ - name: train
29
+ num_bytes: 115575
30
+ num_examples: 119
31
+ - name: validation
32
+ num_bytes: 33894
33
+ num_examples: 34
34
+ - name: test
35
+ num_bytes: 18377
36
+ num_examples: 18
37
+ download_size: 37985
38
+ dataset_size: 167846
39
+ configs:
40
+ - config_name: default
41
+ data_files:
42
+ - split: train
43
+ path: data/train-*
44
+ - split: validation
45
+ path: data/validation-*
46
+ - split: test
47
+ path: data/test-*
48
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7785dd65f4b18df317634ae99a6d01bc9f284c492ade86cdf4e8e020c7974ce
3
+ size 6523
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d08c0ea67085cad2bc8922bd8a9b6c3925f10154956924ce28fa1d663490f802
3
+ size 22207
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fecb07f4f04938c23a15eecb0c2c8c56e63fd26a841a5211bb038be080076c5
3
+ size 9255