add model
Browse files- config.json +2 -2
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/content/drive/MyDrive/thesis/
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
@@ -23,7 +23,7 @@
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"tokenizer_class": "T5Tokenizer",
|
25 |
"torch_dtype": "float32",
|
26 |
-
"transformers_version": "4.
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 250112
|
29 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/content/drive/MyDrive/thesis/NEW_saved_checkpoints/mt5+1e_lr2e-3",
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"tokenizer_class": "T5Tokenizer",
|
25 |
"torch_dtype": "float32",
|
26 |
+
"transformers_version": "4.16.0.dev0",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 250112
|
29 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2329728077
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d063b4fd641ee6ec91384431623a13a6dfc4130dde71549a6a2ab2fa8e51ef0
|
3 |
size 2329728077
|