Upload MBartForConditionalGeneration
Browse files- config.json +2 -2
- generation_config.json +10 -0
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "mbart-large-cc25-frquad-qg",
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "gelu",
|
@@ -54,7 +54,7 @@
|
|
54 |
}
|
55 |
},
|
56 |
"torch_dtype": "float32",
|
57 |
-
"transformers_version": "4.
|
58 |
"use_cache": true,
|
59 |
"vocab_size": 250028
|
60 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "lmqg_output/mbart-large-cc25-frquad-qg/best_model",
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "gelu",
|
|
|
54 |
}
|
55 |
},
|
56 |
"torch_dtype": "float32",
|
57 |
+
"transformers_version": "4.26.1",
|
58 |
"use_cache": true,
|
59 |
"vocab_size": 250028
|
60 |
}
|
generation_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"forced_eos_token_id": 2,
|
6 |
+
"max_length": 1024,
|
7 |
+
"num_beams": 5,
|
8 |
+
"pad_token_id": 1,
|
9 |
+
"transformers_version": "4.26.1"
|
10 |
+
}
|
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:0e96a5cca6f072ced2ccd18bb0a722415b03c83470ee74f671a0f97813a579e2
|
3 |
+
size 2444583801
|