Trained on denoising task
Browse files- config.json +2 -3
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
"add_bias_logits": false,
|
7 |
"add_final_layer_norm": true,
|
8 |
"architectures": [
|
9 |
-
"
|
10 |
],
|
11 |
"attention_dropout": 0.0,
|
12 |
"bos_token_id": 0,
|
@@ -30,8 +30,7 @@
|
|
30 |
"2": "LABEL_2"
|
31 |
},
|
32 |
"init_std": 0.02,
|
33 |
-
"
|
34 |
-
"is_encoder_decoder": false,
|
35 |
"label2id": {
|
36 |
"LABEL_0": 0,
|
37 |
"LABEL_1": 1,
|
|
|
6 |
"add_bias_logits": false,
|
7 |
"add_final_layer_norm": true,
|
8 |
"architectures": [
|
9 |
+
"MBartForConditionalGeneration"
|
10 |
],
|
11 |
"attention_dropout": 0.0,
|
12 |
"bos_token_id": 0,
|
|
|
30 |
"2": "LABEL_2"
|
31 |
},
|
32 |
"init_std": 0.02,
|
33 |
+
"is_encoder_decoder": true,
|
|
|
34 |
"label2id": {
|
35 |
"LABEL_0": 0,
|
36 |
"LABEL_1": 1,
|
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:7a8039c0f59120fb2b33eeedec5bf22093312d68bc4e564996eb55b4488c7baa
|
3 |
+
size 2444583325
|