add model
Browse files- config.json +2 -1
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
"classifier_dropout": null,
|
@@ -16,6 +16,7 @@
|
|
16 |
"num_hidden_layers": 12,
|
17 |
"pad_token_id": 0,
|
18 |
"position_embedding_type": "absolute",
|
|
|
19 |
"transformers_version": "4.17.0",
|
20 |
"type_vocab_size": 2,
|
21 |
"use_cache": true,
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"BertForPreTraining"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
"classifier_dropout": null,
|
|
|
16 |
"num_hidden_layers": 12,
|
17 |
"pad_token_id": 0,
|
18 |
"position_embedding_type": "absolute",
|
19 |
+
"torch_dtype": "float32",
|
20 |
"transformers_version": "4.17.0",
|
21 |
"type_vocab_size": 2,
|
22 |
"use_cache": true,
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d0d725dfba1de03a000993c71f526058678e65e3dd3a454ab499a8365f27712
|
3 |
+
size 25748515
|