Upload 2 files
Browse files- config.json +2 -2
- generation_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "t5
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -26,7 +26,7 @@
|
|
26 |
"tie_word_embeddings": false,
|
27 |
"tokenizer_class": "T5Tokenizer",
|
28 |
"torch_dtype": "float32",
|
29 |
-
"transformers_version": "4.
|
30 |
"use_cache": true,
|
31 |
"vocab_size": 18947
|
32 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/content/drive/MyDrive/T5/kz-t5",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
26 |
"tie_word_embeddings": false,
|
27 |
"tokenizer_class": "T5Tokenizer",
|
28 |
"torch_dtype": "float32",
|
29 |
+
"transformers_version": "4.27.3",
|
30 |
"use_cache": true,
|
31 |
"vocab_size": 18947
|
32 |
}
|
generation_config.json
CHANGED
@@ -3,5 +3,5 @@
|
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
6 |
-
"transformers_version": "4.
|
7 |
}
|
|
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.27.3"
|
7 |
}
|