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