model_update
Browse files- config.json +1 -1
- pytorch_model.bin +2 -2
- tf_model.h5 +1 -1
config.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "input_models",
|
3 |
"architectures": [
|
4 |
"BertForMaskedLM"
|
5 |
],
|
|
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"directionality": "bidi",
|
8 |
"gradient_checkpointing": false,
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"BertForMaskedLM"
|
4 |
],
|
5 |
+
"embedding_size": 768,
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"directionality": "bidi",
|
8 |
"gradient_checkpointing": false,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae43a392e533ccb9fd38e5c65130aeee50381b87e81e795f9d90469accd78236
|
3 |
+
size 475782997
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 473451288
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cc968e89c77445116048e8fefd2913a87a6326da946c0f9f86ee326afbe0541
|
3 |
size 473451288
|