SuperAI2-Machima
commited on
Commit
•
4334348
1
Parent(s):
d3ce2b5
add model
Browse files- config.json +1 -1
- special_tokens_map.json +1 -0
- tokenizer_config.json +1 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/content/drive/MyDrive/30 \u0e2d\u0e1a\u0e23\u0e21 superAI2/31 \u0e41\u0e02\u0e48\u0e07\u0e02\u0e31\u0e19/04 Machine translation/01-04-03/
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/content/drive/MyDrive/30 \u0e2d\u0e1a\u0e23\u0e21 superAI2/31 \u0e41\u0e02\u0e48\u0e07\u0e02\u0e31\u0e19/04 Machine translation/01-04-03/best_model01",
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>"}
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "extra_ids": 0, "additional_special_tokens": null, "special_tokens_map_file": "/root/.cache/huggingface/transformers/685ac0ca8568ec593a48b61b0a3c272beee9bc194a3c7241d15dcadb5f875e53.f76030f3ec1b96a8199b2593390c610e76ca8028ef3d24680000619ffb646276", "name_or_path": "/content/drive/MyDrive/30 อบรม superAI2/31 แข่งขัน/04 Machine translation/01-04-03/simplet5-epoch-4-train-loss-1.6823-val-loss-1.5006", "sp_model_kwargs": {}, "tokenizer_class": "T5Tokenizer"}
|