Commit ·
204dfa2
1
Parent(s): 89ea80a
newt5
Browse files- config.json +2 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "t5-
|
| 3 |
"architectures": [
|
| 4 |
"T5ForConditionalGeneration"
|
| 5 |
],
|
|
@@ -11,6 +11,7 @@
|
|
| 11 |
"dropout_rate": 0.1,
|
| 12 |
"eos_token_id": 1,
|
| 13 |
"feed_forward_proj": "relu",
|
|
|
|
| 14 |
"initializer_factor": 1.0,
|
| 15 |
"is_encoder_decoder": true,
|
| 16 |
"is_gated_act": false,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "ThomasSimonini/t5-end2end-question-generation",
|
| 3 |
"architectures": [
|
| 4 |
"T5ForConditionalGeneration"
|
| 5 |
],
|
|
|
|
| 11 |
"dropout_rate": 0.1,
|
| 12 |
"eos_token_id": 1,
|
| 13 |
"feed_forward_proj": "relu",
|
| 14 |
+
"gradient_checkpointing": false,
|
| 15 |
"initializer_factor": 1.0,
|
| 16 |
"is_encoder_decoder": true,
|
| 17 |
"is_gated_act": false,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 891619985
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96bbecbdb411c77a96ef7787baf7ebbabc2aee99fb863568f746ecc8068627f8
|
| 3 |
size 891619985
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51a81130252ed0572cab6ee1d0dbd6fb02c83396f5b9a2c296f3d879dc382a4f
|
| 3 |
size 4027
|