Upload 9 files
Browse files- config.json +1 -1
- generation_config.json +2 -6
- model.safetensors +1 -1
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/storage0/bi/models/FRED-T5-large-
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/storage0/bi/models/FRED-T5-large-chat",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
generation_config.json
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
{
|
2 |
"decoder_start_token_id": 0,
|
3 |
"eos_token_id": 2,
|
4 |
-
"max_length":
|
5 |
"pad_token_id": 0,
|
6 |
-
"
|
7 |
-
"num_beams": 5,
|
8 |
-
"repetition_penalty": 1.1,
|
9 |
-
"temperature": 0.7,
|
10 |
-
"top_p": 0.8,
|
11 |
"top_k": 20,
|
12 |
"transformers_version": "4.40.2"
|
13 |
}
|
|
|
1 |
{
|
2 |
"decoder_start_token_id": 0,
|
3 |
"eos_token_id": 2,
|
4 |
+
"max_length": 4459,
|
5 |
"pad_token_id": 0,
|
6 |
+
"penalty_alpha": 0.6,
|
|
|
|
|
|
|
|
|
7 |
"top_k": 20,
|
8 |
"transformers_version": "4.40.2"
|
9 |
}
|
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:f8c99e0beb75f22d48d982546989d6b4c51f3b7a2ac17f657132d9633dd471dc
|
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 3282175109
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd8b2440313bc769ce951bbbb3791319c03ceac9ae3eca000be27280dda08a35
|
3 |
size 3282175109
|