Upload 9 files
Browse files- config.json +1 -1
- generation_config.json +2 -2
- model.safetensors +1 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/storage0/bi/models/FRED-T5-large-instruct-
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/storage0/bi/models/FRED-T5-large-instruct-v2",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
generation_config.json
CHANGED
@@ -3,10 +3,10 @@
|
|
3 |
"eos_token_id": 2,
|
4 |
"max_length": 512,
|
5 |
"pad_token_id": 0,
|
6 |
-
"do_sample": false,
|
7 |
"num_beams": 5,
|
8 |
-
"
|
9 |
"repetition_penalty": 1.2,
|
|
|
10 |
"no_repeat_ngram_size": 4,
|
11 |
"transformers_version": "4.40.2"
|
12 |
}
|
|
|
3 |
"eos_token_id": 2,
|
4 |
"max_length": 512,
|
5 |
"pad_token_id": 0,
|
|
|
6 |
"num_beams": 5,
|
7 |
+
"do_sample": false,
|
8 |
"repetition_penalty": 1.2,
|
9 |
+
"early_stopping": true,
|
10 |
"no_repeat_ngram_size": 4,
|
11 |
"transformers_version": "4.40.2"
|
12 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3282058120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffbd4538794d6d3012eeb97bd9060400c9794a167c6f4c28ad8dd0d55078b3be
|
3 |
size 3282058120
|
pytorch_model.bin
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:ca2c4920237e19872e1da4a8ec5c63978db9155ec5b4d4fd926b02aca8e551d4
|
3 |
+
size 3282175109
|