add model
Browse files- config.json +2 -2
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"BartForConditionalGeneration"
|
6 |
],
|
7 |
"attention_dropout": 0.0,
|
8 |
-
"bos_token_id":
|
9 |
"classifier_dropout": 0.0,
|
10 |
"d_model": 768,
|
11 |
"decoder_attention_heads": 12,
|
@@ -18,7 +18,7 @@
|
|
18 |
"encoder_ffn_dim": 4096,
|
19 |
"encoder_layerdrop": 0.0,
|
20 |
"encoder_layers": 3,
|
21 |
-
"eos_token_id":
|
22 |
"forced_eos_token_id": 2,
|
23 |
"id2label": {
|
24 |
"0": "LABEL_0",
|
|
|
5 |
"BartForConditionalGeneration"
|
6 |
],
|
7 |
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 0,
|
9 |
"classifier_dropout": 0.0,
|
10 |
"d_model": 768,
|
11 |
"decoder_attention_heads": 12,
|
|
|
18 |
"encoder_ffn_dim": 4096,
|
19 |
"encoder_layerdrop": 0.0,
|
20 |
"encoder_layers": 3,
|
21 |
+
"eos_token_id": 1,
|
22 |
"forced_eos_token_id": 2,
|
23 |
"id2label": {
|
24 |
"0": "LABEL_0",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 599565821
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f3a4738ed159120fb334a378549f45845bed227325e9736abfe203920978060
|
3 |
size 599565821
|