SajjadAyoubi commited on
Commit
498fbf0
1 Parent(s): 5b507fc

new model is here !!!

Browse files
config.json CHANGED
@@ -1,10 +1,9 @@
1
  {
2
- "_name_or_path": "./PersianQA",
3
  "architectures": [
4
  "BertForQuestionAnswering"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
- "directionality": "bidi",
8
  "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
@@ -17,12 +16,9 @@
17
  "num_attention_heads": 12,
18
  "num_hidden_layers": 12,
19
  "pad_token_id": 0,
20
- "pooler_fc_size": 768,
21
- "pooler_num_attention_heads": 12,
22
- "pooler_num_fc_layers": 3,
23
- "pooler_size_per_head": 128,
24
- "pooler_type": "first_token_transform",
25
  "position_embedding_type": "absolute",
 
26
  "type_vocab_size": 2,
27
- "vocab_size": 119547
 
28
  }
1
  {
2
+ "_name_or_path": "result/checkpoint-2250",
3
  "architectures": [
4
  "BertForQuestionAnswering"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
7
  "gradient_checkpointing": false,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
16
  "num_attention_heads": 12,
17
  "num_hidden_layers": 12,
18
  "pad_token_id": 0,
 
 
 
 
 
19
  "position_embedding_type": "absolute",
20
+ "transformers_version": "4.5.0",
21
  "type_vocab_size": 2,
22
+ "use_cache": true,
23
+ "vocab_size": 100000
24
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2303156c910daee66d0eee2ee1d4370efcaabdf0ce11b9407492012169c1af24
3
- size 709144080
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b09b9b9a59ab9a69f5a814aad779226c5515f0824837935a3771ead687f28084
3
+ size 649097719
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tf_model.h5 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:65b657616780b224b383bfb78f127a8d3b27f10bd72d80f8558cdeb30fc2e5bf
3
- size 709322696
 
 
 
tokenizer_config.json CHANGED
@@ -1 +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": null, "model_max_length": 512, "name_or_path": "bert-base-multilingual-cased"}
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "special_tokens_map_file": null, "name_or_path": "HooshvareLab/bert-fa-base-uncased", "do_basic_tokenize": true, "never_split": null}
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff