lafifi-24 commited on
Commit
5163a6d
1 Parent(s): c3b81e5
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ ---
2
+ language: ar
3
+ widget:
4
+ - text: 'واش هاد ال+ شي مخص ل+ دراري ال+ صغار'
5
+ ---
config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "asafaya/bert-base-arabic",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "EG",
14
+ "1": "SY",
15
+ "2": "PL",
16
+ "3": "KW",
17
+ "4": "LB",
18
+ "5": "LY",
19
+ "6": "JO",
20
+ "7": "DZ",
21
+ "8": "QA",
22
+ "9": "AE",
23
+ "10": "BH",
24
+ "11": "SA",
25
+ "12": "OM",
26
+ "13": "MA",
27
+ "14": "IQ",
28
+ "15": "TN",
29
+ "16": "SD",
30
+ "17": "YE",
31
+ "18": "MSA"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 3072,
35
+ "label2id": {
36
+ "AE": 9,
37
+ "BH": 10,
38
+ "DZ": 7,
39
+ "EG": 0,
40
+ "IQ": 14,
41
+ "JO": 6,
42
+ "KW": 3,
43
+ "LB": 4,
44
+ "LY": 5,
45
+ "MA": 13,
46
+ "MSA": 18,
47
+ "OM": 12,
48
+ "PL": 2,
49
+ "QA": 8,
50
+ "SA": 11,
51
+ "SD": 16,
52
+ "SY": 1,
53
+ "TN": 15,
54
+ "YE": 17
55
+ },
56
+ "layer_norm_eps": 1e-12,
57
+ "max_position_embeddings": 512,
58
+ "model_type": "bert",
59
+ "num_attention_heads": 12,
60
+ "num_hidden_layers": 12,
61
+ "output_past": true,
62
+ "pad_token_id": 0,
63
+ "position_embedding_type": "absolute",
64
+ "problem_type": "single_label_classification",
65
+ "torch_dtype": "float32",
66
+ "transformers_version": "4.20.1",
67
+ "type_vocab_size": 2,
68
+ "use_cache": true,
69
+ "vocab_size": 32000
70
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6c6806ea1213a04a2507f35a7a134c40f641c6ae9bdac883a0c0887bcf9160d
3
+ size 442598829
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": true,
5
+ "full_tokenizer_file": null,
6
+ "mask_token": "[MASK]",
7
+ "name_or_path": "asafaya/bert-base-arabic",
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "special_tokens_map_file": null,
12
+ "strip_accents": null,
13
+ "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "BertTokenizer",
15
+ "unk_token": "[UNK]"
16
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ddf409ecbd1ec95859f1095d93ad379d7d5714f007a7efbbf5bc8221b12e2ec
3
+ size 3247
vocab.txt ADDED
The diff for this file is too large to render. See raw diff