NadiaGHEZAIEL commited on
Commit
157d319
·
verified ·
1 Parent(s): 485cb26

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "directionality": "bidi",
8
+ "dtype": "float32",
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "Aleppo",
15
+ "1": "Alexandria",
16
+ "2": "Algiers",
17
+ "3": "Amman",
18
+ "4": "Aswan",
19
+ "5": "Baghdad",
20
+ "6": "Basra",
21
+ "7": "Beirut",
22
+ "8": "Benghazi",
23
+ "9": "Cairo",
24
+ "10": "Damascus",
25
+ "11": "Doha",
26
+ "12": "Fes",
27
+ "13": "Jeddah",
28
+ "14": "Jerusalem",
29
+ "15": "Khartoum",
30
+ "16": "MSA",
31
+ "17": "Mosul",
32
+ "18": "Muscat",
33
+ "19": "Rabat",
34
+ "20": "Riyadh",
35
+ "21": "Salt",
36
+ "22": "Sanaa",
37
+ "23": "Sfax",
38
+ "24": "Tripoli",
39
+ "25": "Tunis"
40
+ },
41
+ "initializer_range": 0.02,
42
+ "intermediate_size": 3072,
43
+ "label2id": {
44
+ "Aleppo": 0,
45
+ "Alexandria": 1,
46
+ "Algiers": 2,
47
+ "Amman": 3,
48
+ "Aswan": 4,
49
+ "Baghdad": 5,
50
+ "Basra": 6,
51
+ "Beirut": 7,
52
+ "Benghazi": 8,
53
+ "Cairo": 9,
54
+ "Damascus": 10,
55
+ "Doha": 11,
56
+ "Fes": 12,
57
+ "Jeddah": 13,
58
+ "Jerusalem": 14,
59
+ "Khartoum": 15,
60
+ "MSA": 16,
61
+ "Mosul": 17,
62
+ "Muscat": 18,
63
+ "Rabat": 19,
64
+ "Riyadh": 20,
65
+ "Salt": 21,
66
+ "Sanaa": 22,
67
+ "Sfax": 23,
68
+ "Tripoli": 24,
69
+ "Tunis": 25
70
+ },
71
+ "layer_norm_eps": 1e-12,
72
+ "max_position_embeddings": 512,
73
+ "model_type": "bert",
74
+ "num_attention_heads": 12,
75
+ "num_hidden_layers": 12,
76
+ "pad_token_id": 0,
77
+ "pooler_fc_size": 768,
78
+ "pooler_num_attention_heads": 12,
79
+ "pooler_num_fc_layers": 3,
80
+ "pooler_size_per_head": 128,
81
+ "pooler_type": "first_token_transform",
82
+ "position_embedding_type": "absolute",
83
+ "problem_type": "single_label_classification",
84
+ "transformers_version": "4.57.0",
85
+ "type_vocab_size": 2,
86
+ "use_cache": true,
87
+ "vocab_size": 100000
88
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65beff50b17dfad716c49ee4e888449bcc3e3247c907571aedd21d40340641f7
3
+ size 651468904
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,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "extra_special_tokens": {},
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": null,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "BertTokenizer",
57
+ "unk_token": "[UNK]"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:843d86ac7d15ff5d33cd0ab29ca568856f7267a4d80427555ec980a12c342256
3
+ size 5841
vocab.txt ADDED
The diff for this file is too large to render. See raw diff