Upload TFLEDForConditionalGeneration
Browse files- config.json +7 -7
- tf_model.h5 +2 -2
config.json
CHANGED
@@ -7,12 +7,12 @@
|
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"attention_window": [
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
],
|
17 |
"bos_token_id": 0,
|
18 |
"classif_dropout": 0.0,
|
@@ -34,7 +34,7 @@
|
|
34 |
"init_std": 0.02,
|
35 |
"is_encoder_decoder": true,
|
36 |
"max_decoder_position_embeddings": 1026,
|
37 |
-
"max_encoder_position_embeddings":
|
38 |
"model_type": "led",
|
39 |
"num_hidden_layers": 6,
|
40 |
"pad_token_id": 1,
|
|
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"attention_window": [
|
10 |
+
512,
|
11 |
+
512,
|
12 |
+
512,
|
13 |
+
512,
|
14 |
+
512,
|
15 |
+
512
|
16 |
],
|
17 |
"bos_token_id": 0,
|
18 |
"classif_dropout": 0.0,
|
|
|
34 |
"init_std": 0.02,
|
35 |
"is_encoder_decoder": true,
|
36 |
"max_decoder_position_embeddings": 1026,
|
37 |
+
"max_encoder_position_embeddings": 8192,
|
38 |
"model_type": "led",
|
39 |
"num_hidden_layers": 6,
|
40 |
"pad_token_id": 1,
|
tf_model.h5
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:13e309869034b37a1f21a82238e50b7596aea2c8a8b65c9f0ea061939a9432b5
|
3 |
+
size 591426576
|