Upload MT5ForConditionalGeneration
Browse files- config.json +1 -1
- generation_config.json +2 -0
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/root/autodl-tmp/checkpoint-324000",
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
generation_config.json
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
{
|
2 |
"decoder_start_token_id": 0,
|
|
|
3 |
"eos_token_id": 1,
|
|
|
4 |
"pad_token_id": 0,
|
5 |
"transformers_version": "4.30.2"
|
6 |
}
|
|
|
1 |
{
|
2 |
"decoder_start_token_id": 0,
|
3 |
+
"do_sample": true,
|
4 |
"eos_token_id": 1,
|
5 |
+
"max_length": 100,
|
6 |
"pad_token_id": 0,
|
7 |
"transformers_version": "4.30.2"
|
8 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 366957637
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7755af7b96bc040eb5de1a7d1e8915bec33ff6b03596d1694d54f805c1bc4e2
|
3 |
size 366957637
|