Upload T5ForConditionalGeneration
Browse files- config.json +3 -4
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "../models/mn-g2p-t5-
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -28,12 +28,11 @@
|
|
28 |
"task_specific_params": {
|
29 |
"translation_g_to_p": {
|
30 |
"max_length": 300,
|
31 |
-
"max_new_tokens": 40
|
32 |
-
"prefix": ""
|
33 |
}
|
34 |
},
|
35 |
"torch_dtype": "float32",
|
36 |
"transformers_version": "4.39.3",
|
37 |
"use_cache": true,
|
38 |
-
"vocab_size":
|
39 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "../models/mn-g2p-t5-11/checkpoint-6800",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
28 |
"task_specific_params": {
|
29 |
"translation_g_to_p": {
|
30 |
"max_length": 300,
|
31 |
+
"max_new_tokens": 40
|
|
|
32 |
}
|
33 |
},
|
34 |
"torch_dtype": "float32",
|
35 |
"transformers_version": "4.39.3",
|
36 |
"use_cache": true,
|
37 |
+
"vocab_size": 4100
|
38 |
}
|
model.safetensors
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:6c4e1e10cb548ac91be3921e08d5717287388dff21bb771c9387431595cc7d24
|
3 |
+
size 184640552
|