SajjadAyoubi commited on
Commit
265aaaf
1 Parent(s): 0022b5f

new model is here !!!

Browse files
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BigBirdForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "attention_type": "block_sparse",
7
+ "block_size": 32,
8
+ "bos_token_id": null,
9
+ "classifier_dropout": null,
10
+ "eos_token_id": null,
11
+ "gradient_checkpointing": false,
12
+ "hidden_act": "gelu_new",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "layer_norm_eps": 1e-12,
18
+ "max_position_embeddings": 4096,
19
+ "model_type": "big_bird",
20
+ "num_attention_heads": 12,
21
+ "num_hidden_layers": 6,
22
+ "num_random_blocks": 3,
23
+ "pad_token_id": 0,
24
+ "position_embedding_type": "absolute",
25
+ "rescale_embeddings": false,
26
+ "sep_token_id": 3,
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.11.3",
29
+ "type_vocab_size": 2,
30
+ "use_bias": true,
31
+ "use_cache": true,
32
+ "vocab_size": 42000
33
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8fcebf3a7ed424109c7a670eaa2ec8777508ac1a36ae8c873a29f2d2808ba33
3
+ size 314339179
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": false, "model_max_length": 512, "special_tokens_map_file": null, "max_len": 4096, "name_or_path": "HooshvareLab/distilbert-fa-zwnj-base", "tokenizer_class": "DistilBertTokenizer"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff