Wayne_NLP_mT5
Browse files- config.json +2 -2
- pytorch_model.bin +1 -1
- tokenizer.json +2 -2
- tokenizer_config.json +1 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "Doogie/Wayne_NLP_mT5",
|
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": "/notebooks/Doogie/Wayne_NLP_mT5/checkpoint-92000",
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"tokenizer_class": "T5Tokenizer",
|
25 |
"torch_dtype": "float32",
|
26 |
+
"transformers_version": "4.12.5",
|
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 2329732045
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de5f6ad1840881810a8209811ab642e88358d5ec5e62ca601a7189e0059bece9
|
3 |
size 2329732045
|
tokenizer.json
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:71d1f24fb8f15a07b8084d7ff5e620143b877ac0b39bccc832a908c1de9b8a95
|
3 |
+
size 8311078
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "extra_ids": 0, "additional_special_tokens": null, "special_tokens_map_file": "/home/patrick/.cache/torch/transformers/685ac0ca8568ec593a48b61b0a3c272beee9bc194a3c7241d15dcadb5f875e53.f76030f3ec1b96a8199b2593390c610e76ca8028ef3d24680000619ffb646276", "name_or_path": "Doogie/Wayne_NLP_mT5", "sp_model_kwargs": {}, "tokenizer_class": "T5Tokenizer"}
|
|
|
1 |
+
{"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "extra_ids": 0, "additional_special_tokens": null, "special_tokens_map_file": "/home/patrick/.cache/torch/transformers/685ac0ca8568ec593a48b61b0a3c272beee9bc194a3c7241d15dcadb5f875e53.f76030f3ec1b96a8199b2593390c610e76ca8028ef3d24680000619ffb646276", "name_or_path": "/notebooks/Doogie/Wayne_NLP_mT5/checkpoint-92000", "sp_model_kwargs": {}, "tokenizer_class": "T5Tokenizer"}
|
training_args.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:b4c77fe30a60302ae7ddb0554d26382d52c3d97b622eae13bd25c37df9f27ca0
|
3 |
+
size 2927
|