Commit
·
721ac33
1
Parent(s):
3c61fea
Upload T5ForConditionalGeneration
Browse files- generation_config.json +12 -0
- pytorch_model.bin +2 -2
generation_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"decoder_start_token_id": 0,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 1,
|
6 |
+
"max_length": 512,
|
7 |
+
"pad_token_id": 0,
|
8 |
+
"top_k": 32128,
|
9 |
+
"top_p": 0.76,
|
10 |
+
"transformers_version": "4.33.1",
|
11 |
+
"typical_p": 0.28
|
12 |
+
}
|
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:685d7dfc45ba895b797a285264ace893f1f4f73c48f4f263fff746e27f4b7f65
|
3 |
+
size 3132785797
|