ManthanKulakarni
commited on
Commit
•
dab2e72
1
Parent(s):
578a656
Upload T5ForConditionalGeneration
Browse files- config.json +1 -1
- generation_config.json +3 -0
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/home/ubuntu/efs/paraphraser/t5-large-jql-
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/home/ubuntu/efs/paraphraser/t5-large-jql-v4/model_files",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
generation_config.json
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
|
|
|
|
|
|
5 |
"pad_token_id": 0,
|
6 |
"transformers_version": "4.30.1"
|
7 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
+
"max_length": 128,
|
6 |
+
"num_beams": 5,
|
7 |
+
"num_return_sequences": 3,
|
8 |
"pad_token_id": 0,
|
9 |
"transformers_version": "4.30.1"
|
10 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3132793669
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7e98cc9ca3e03a36b7cb3ab2aa39f55f21b6802d08fcff13d07e8d2278163e7
|
3 |
size 3132793669
|