Update model

This commit is contained in:
salti 2021-03-10 00:22:40 +00:00
parent 9a92a9cb04
commit 19c5f93414
4 changed files with 10 additions and 5 deletions

View File

@ -1,9 +1,11 @@
{
"_name_or_path": "bert-base-multilingual-cased",
"architectures": [
"BertForQuestionAnswering"
],
"attention_probs_dropout_prob": 0.1,
"directionality": "bidi",
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
@ -20,6 +22,9 @@
"pooler_num_fc_layers": 3,
"pooler_size_per_head": 128,
"pooler_type": "first_token_transform",
"position_embedding_type": "absolute",
"transformers_version": "4.4.0.dev0",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 119547
}

BIN
pytorch_model.bin (Stored with Git LFS)

Binary file not shown.

View File

@ -1 +1 @@
{"do_lower_case": false, "model_max_length": 512, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
{"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"}

BIN
training_args.bin (Stored with Git LFS)

Binary file not shown.