SushantGautam
commited on
Commit
•
7de65bb
1
Parent(s):
0f40a4b
Training in progress, step 500
Browse files- config.json +9 -3
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "gelu",
|
@@ -31,13 +31,13 @@
|
|
31 |
"decoder_layers": 12,
|
32 |
"decoder_start_token_id": 2,
|
33 |
"dropout": 0.1,
|
|
|
34 |
"encoder_attention_heads": 16,
|
35 |
"encoder_ffn_dim": 4096,
|
36 |
"encoder_layerdrop": 0.0,
|
37 |
"encoder_layers": 12,
|
38 |
"eos_token_id": 2,
|
39 |
"forced_bos_token_id": 250004,
|
40 |
-
"gradient_checkpointing": false,
|
41 |
"id2label": {
|
42 |
"0": "LABEL_0",
|
43 |
"1": "LABEL_1",
|
@@ -50,15 +50,21 @@
|
|
50 |
"LABEL_1": 1,
|
51 |
"LABEL_2": 2
|
52 |
},
|
|
|
53 |
"max_decoder_position_embeddings": 1024,
|
54 |
"max_encoder_position_embeddings": 16384,
|
|
|
|
|
55 |
"model_type": "led",
|
|
|
|
|
56 |
"num_hidden_layers": 12,
|
57 |
"output_past": false,
|
58 |
"pad_token_id": 1,
|
59 |
"prefix": " ",
|
|
|
60 |
"torch_dtype": "float32",
|
61 |
"transformers_version": "4.21.0.dev0",
|
62 |
-
"use_cache":
|
63 |
"vocab_size": 250054
|
64 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "pszemraj/led-large-book-summary",
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "gelu",
|
|
|
31 |
"decoder_layers": 12,
|
32 |
"decoder_start_token_id": 2,
|
33 |
"dropout": 0.1,
|
34 |
+
"early_stopping": true,
|
35 |
"encoder_attention_heads": 16,
|
36 |
"encoder_ffn_dim": 4096,
|
37 |
"encoder_layerdrop": 0.0,
|
38 |
"encoder_layers": 12,
|
39 |
"eos_token_id": 2,
|
40 |
"forced_bos_token_id": 250004,
|
|
|
41 |
"id2label": {
|
42 |
"0": "LABEL_0",
|
43 |
"1": "LABEL_1",
|
|
|
50 |
"LABEL_1": 1,
|
51 |
"LABEL_2": 2
|
52 |
},
|
53 |
+
"length_penalty": 0.8,
|
54 |
"max_decoder_position_embeddings": 1024,
|
55 |
"max_encoder_position_embeddings": 16384,
|
56 |
+
"max_length": 1024,
|
57 |
+
"min_length": 8,
|
58 |
"model_type": "led",
|
59 |
+
"no_repeat_ngram_size": 3,
|
60 |
+
"num_beams": 4,
|
61 |
"num_hidden_layers": 12,
|
62 |
"output_past": false,
|
63 |
"pad_token_id": 1,
|
64 |
"prefix": " ",
|
65 |
+
"repetition_penalty": 3.5,
|
66 |
"torch_dtype": "float32",
|
67 |
"transformers_version": "4.21.0.dev0",
|
68 |
+
"use_cache": false,
|
69 |
"vocab_size": 250054
|
70 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2658739697
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7b0217ceae77d2785cb904ee679bef28815c590f35f39011b5c03887cf2b302
|
3 |
size 2658739697
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3567
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d14aef286a630f17d3c4dca5c4d75919e8eb4bf5770486d9bccd7be7579c9ab0
|
3 |
size 3567
|