Compare commits

...

10 Commits

Author SHA1 Message Date
Patrick von Platen 551ca18efd upload flax model 2021-05-19 16:03:17 +00:00
Patrick von Platen 2bf1dbf520 allow flax 2021-05-19 16:03:00 +00:00
system 093e9f5283 Update tokenizer_config.json 2020-07-15 10:38:47 +00:00
system 6206ab2d31 Update pytorch_model.bin 2020-07-15 10:37:48 +00:00
system 41954b6bff Update vocab.txt 2020-07-15 10:37:42 +00:00
system f1498e261c Update config.json 2020-07-15 10:37:40 +00:00
system f2e5a1cfaa Update special_tokens_map.json 2020-07-15 10:37:38 +00:00
system de8e88e5a0 Update tokenizer_config.json 2020-07-01 05:11:14 +00:00
system 6f92545afb Update vocab.txt 2020-07-01 05:10:30 +00:00
system 82c085c796 Update config.json 2020-07-01 05:10:28 +00:00
7 changed files with 29025 additions and 0 deletions

1
.gitattributes vendored
View File

@ -6,3 +6,4 @@
*.tar.gz filter=lfs diff=lfs merge=lfs -text
*.ot filter=lfs diff=lfs merge=lfs -text
*.onnx filter=lfs diff=lfs merge=lfs -text
*.msgpack filter=lfs diff=lfs merge=lfs -text

20
config.json Normal file
View File

@ -0,0 +1,20 @@
{
"architectures": [
"BertModel"
],
"attention_probs_dropout_prob": 0.1,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"initializer_range": 0.02,
"intermediate_size": 3072,
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"type_vocab_size": 2,
"vocab_size": 28996
}

BIN
flax_model.msgpack (Stored with Git LFS) Normal file

Binary file not shown.

BIN
pytorch_model.bin (Stored with Git LFS) Normal file

Binary file not shown.

1
special_tokens_map.json Normal file
View File

@ -0,0 +1 @@
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}

1
tokenizer_config.json Normal file
View File

@ -0,0 +1 @@
{"do_lower_case": false, "model_max_length": 512}

28996
vocab.txt Normal file

File diff suppressed because it is too large Load Diff