Zaid commited on
Commit
d61244c
1 Parent(s): 5013c2c

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Arabic
5
+ dtype: string
6
+ - name: English
7
+ dtype: string
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': Pers
13
+ '1': Loc
14
+ '2': Org
15
+ splits:
16
+ - name: train
17
+ num_bytes: 3195779
18
+ num_examples: 48753
19
+ download_size: 1333906
20
+ dataset_size: 3195779
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: train
25
+ path: data/train-*
26
+ ---
data/{train-00000-of-00001-762840bc8bdd0767.parquet → train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:832a6360487e8ac2264b9387577de3a2e12ddb0464850995dda19754186192f5
3
- size 1740672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:836464ee8a8cd612fa16a9632e14fbad249d7f132e08de6f98c17f8e23db4a38
3
+ size 1333906
dataset_infos.json CHANGED
@@ -1 +1,99 @@
1
- {"arbml--Named_Entities_Lexicon": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"Arabic": {"dtype": "string", "id": null, "_type": "Value"}, "English": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 3, "names": ["Pers-En-Ar", "Loc-En-Ar", "Org-En-Ar"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "named_entities_lexicon", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3731078, "num_examples": 48753, "dataset_name": "Named_Entities_Lexicon"}}, "download_checksums": null, "download_size": 1740672, "post_processing_size": null, "dataset_size": 3731078, "size_in_bytes": 5471750}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arbml--Named_Entities_Lexicon": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "Arabic": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "English": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "label": {
19
+ "num_classes": 3,
20
+ "names": [
21
+ "Pers-En-Ar",
22
+ "Loc-En-Ar",
23
+ "Org-En-Ar"
24
+ ],
25
+ "id": null,
26
+ "_type": "ClassLabel"
27
+ }
28
+ },
29
+ "post_processed": null,
30
+ "supervised_keys": null,
31
+ "task_templates": null,
32
+ "builder_name": "named_entities_lexicon",
33
+ "config_name": "default",
34
+ "version": {
35
+ "version_str": "0.0.0",
36
+ "description": null,
37
+ "major": 0,
38
+ "minor": 0,
39
+ "patch": 0
40
+ },
41
+ "splits": {
42
+ "train": {
43
+ "name": "train",
44
+ "num_bytes": 3731078,
45
+ "num_examples": 48753,
46
+ "dataset_name": "Named_Entities_Lexicon"
47
+ }
48
+ },
49
+ "download_checksums": null,
50
+ "download_size": 1740672,
51
+ "post_processing_size": null,
52
+ "dataset_size": 3731078,
53
+ "size_in_bytes": 5471750
54
+ },
55
+ "default": {
56
+ "description": "",
57
+ "citation": "",
58
+ "homepage": "",
59
+ "license": "",
60
+ "features": {
61
+ "Arabic": {
62
+ "dtype": "string",
63
+ "_type": "Value"
64
+ },
65
+ "English": {
66
+ "dtype": "string",
67
+ "_type": "Value"
68
+ },
69
+ "label": {
70
+ "names": [
71
+ "Pers",
72
+ "Loc",
73
+ "Org"
74
+ ],
75
+ "_type": "ClassLabel"
76
+ }
77
+ },
78
+ "builder_name": "named_entities_lexicon",
79
+ "dataset_name": "named_entities_lexicon",
80
+ "config_name": "default",
81
+ "version": {
82
+ "version_str": "0.0.0",
83
+ "major": 0,
84
+ "minor": 0,
85
+ "patch": 0
86
+ },
87
+ "splits": {
88
+ "train": {
89
+ "name": "train",
90
+ "num_bytes": 3195779,
91
+ "num_examples": 48753,
92
+ "dataset_name": null
93
+ }
94
+ },
95
+ "download_size": 1333906,
96
+ "dataset_size": 3195779,
97
+ "size_in_bytes": 4529685
98
+ }
99
+ }