Re fine-tuned model
Browse files- config.json +2 -1
- pytorch_model.bin +1 -1
- tf_model.h5 +1 -1
- tokenizer.json +0 -0
config.json
CHANGED
@@ -20,6 +20,7 @@
|
|
20 |
"n_positions": 1024,
|
21 |
"pad_token_id": 50256,
|
22 |
"resid_pdrop": 0.1,
|
|
|
23 |
"summary_activation": null,
|
24 |
"summary_first_dropout": 0.1,
|
25 |
"summary_proj_to_labels": true,
|
@@ -31,7 +32,7 @@
|
|
31 |
"max_length": 50
|
32 |
}
|
33 |
},
|
34 |
-
"transformers_version": "4.
|
35 |
"use_cache": true,
|
36 |
"vocab_size": 50257
|
37 |
}
|
|
|
20 |
"n_positions": 1024,
|
21 |
"pad_token_id": 50256,
|
22 |
"resid_pdrop": 0.1,
|
23 |
+
"scale_attn_weights": true,
|
24 |
"summary_activation": null,
|
25 |
"summary_first_dropout": 0.1,
|
26 |
"summary_proj_to_labels": true,
|
|
|
32 |
"max_length": 50
|
33 |
}
|
34 |
},
|
35 |
+
"transformers_version": "4.6.0",
|
36 |
"use_cache": true,
|
37 |
"vocab_size": 50257
|
38 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 510414660
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a59f618bb3366ee6875559827573eb35a06ce4bfb9f72cc25bbb07bbe9f3bde6
|
3 |
size 510414660
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497945392
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ea0ac7015fbb2fa0b3659c72235d2911e8362911ee35969cb485b58d53ab6d2
|
3 |
size 497945392
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|