pain commited on
Commit
0c78722
โ€ข
1 Parent(s): 993223d

Upload 10 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ bert-large-arabertv2-Vit-B-16-plus-240-[[:space:]]36_2023[[:space:]]10[[:space:]]08[[:space:]]-[[:space:]]02[[:space:]]45[[:space:]]18_epoch_36_internal_.keras filter=lfs diff=lfs merge=lfs -text
bert-large-arabertv2-Vit-B-16-plus-240- 36_2023 10 08 - 02 45 18_epoch_36_internal_.keras ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:485a73f586813124e1329c13f6867576d9a29e2a0a3bcb8383f047e7e8a76ee3
3
+ size 4442156295
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/think3/Desktop/2. tf_testing_araclip/Testing_conversion_tf_to_pt/arabertv2-Vit-B-16-plus-epoch-36-trained-1M-corrupted",
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 1024,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 4096,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 16,
17
+ "num_hidden_layers": 24,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.33.1",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
+ "vocab_size": 64000
25
+ }
heads_of_the_model_bert-large-arabertv2-Vit-B-16-plus-240-36_.pickle ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c36fa8b7551a805296a26ea1021456afab014517e8f816a915587d4bacde838
3
+ size 2624201
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:522c82806b0570495511768248a6dbaec273226304109da237bb2e03e221419c
3
+ size 1477816883
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
+ }
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:440c9e3f9059c9a57accac77f01de986237d6568010cc5980d335922a7860657
3
+ size 1478208280
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": false,
6
+ "mask_token": "[MASK]",
7
+ "max_len": 512,
8
+ "model_max_length": 512,
9
+ "never_split": [
10
+ "+ูƒ",
11
+ "+ูƒู…ุง",
12
+ "ูƒ+",
13
+ "+ูˆุง",
14
+ "+ูŠู†",
15
+ "ูˆ+",
16
+ "+ูƒู†",
17
+ "+ุงู†",
18
+ "+ู‡ู…",
19
+ "+ุฉ",
20
+ "[ุจุฑูŠุฏ]",
21
+ "ู„ู„+",
22
+ "+ูŠ",
23
+ "+ุช",
24
+ "+ู†",
25
+ "ุณ+",
26
+ "ู„+",
27
+ "[ู…ุณุชุฎุฏู…]",
28
+ "+ูƒู…",
29
+ "+ุง",
30
+ "ุจ+",
31
+ "ู+",
32
+ "+ู†ุง",
33
+ "+ู‡ุง",
34
+ "+ูˆู†",
35
+ "+ู‡ู…ุง",
36
+ "ุงู„+",
37
+ "+ู‡",
38
+ "+ู‡ู†",
39
+ "+ุงุช",
40
+ "[ุฑุงุจุท]"
41
+ ],
42
+ "pad_token": "[PAD]",
43
+ "sep_token": "[SEP]",
44
+ "strip_accents": null,
45
+ "tokenize_chinese_chars": true,
46
+ "tokenizer_class": "BertTokenizer",
47
+ "unk_token": "[UNK]"
48
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff