Training in progress, epoch 1
Browse files- config.json +18 -14
- model.safetensors +2 -2
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "facebook/bart-large
|
| 3 |
-
"
|
| 4 |
-
"activation_dropout": 0.0,
|
| 5 |
"activation_function": "gelu",
|
|
|
|
| 6 |
"add_final_layer_norm": false,
|
| 7 |
"architectures": [
|
| 8 |
"BartForConditionalGeneration"
|
| 9 |
],
|
| 10 |
-
"attention_dropout": 0.
|
| 11 |
"bos_token_id": 0,
|
| 12 |
-
"classif_dropout": 0.
|
| 13 |
"classifier_dropout": 0.0,
|
| 14 |
"d_model": 1024,
|
| 15 |
"decoder_attention_heads": 16,
|
|
@@ -24,7 +24,6 @@
|
|
| 24 |
"encoder_layerdrop": 0.0,
|
| 25 |
"encoder_layers": 12,
|
| 26 |
"eos_token_id": 2,
|
| 27 |
-
"force_bos_token_to_be_generated": true,
|
| 28 |
"forced_eos_token_id": 2,
|
| 29 |
"gradient_checkpointing": false,
|
| 30 |
"id2label": {
|
|
@@ -39,31 +38,36 @@
|
|
| 39 |
"LABEL_1": 1,
|
| 40 |
"LABEL_2": 2
|
| 41 |
},
|
| 42 |
-
"length_penalty": null,
|
| 43 |
-
"max_length": null,
|
| 44 |
"max_position_embeddings": 1024,
|
| 45 |
-
"min_length": null,
|
| 46 |
"model_type": "bart",
|
| 47 |
"no_repeat_ngram_size": null,
|
| 48 |
"normalize_before": false,
|
| 49 |
"num_beams": null,
|
| 50 |
"num_hidden_layers": 12,
|
| 51 |
-
"output_past": true,
|
| 52 |
"pad_token_id": 1,
|
| 53 |
-
"prefix": " ",
|
| 54 |
"scale_embedding": false,
|
| 55 |
"task_specific_params": {
|
| 56 |
"summarization": {
|
| 57 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
"length_penalty": 2.0,
|
| 59 |
"max_length": 142,
|
| 60 |
"min_length": 56,
|
| 61 |
-
"no_repeat_ngram_size": 3,
|
| 62 |
"num_beams": 4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
}
|
| 64 |
},
|
| 65 |
"torch_dtype": "float32",
|
| 66 |
"transformers_version": "4.47.0",
|
| 67 |
"use_cache": true,
|
| 68 |
-
"vocab_size":
|
| 69 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "facebook/bart-large",
|
| 3 |
+
"activation_dropout": 0.1,
|
|
|
|
| 4 |
"activation_function": "gelu",
|
| 5 |
+
"add_bias_logits": false,
|
| 6 |
"add_final_layer_norm": false,
|
| 7 |
"architectures": [
|
| 8 |
"BartForConditionalGeneration"
|
| 9 |
],
|
| 10 |
+
"attention_dropout": 0.1,
|
| 11 |
"bos_token_id": 0,
|
| 12 |
+
"classif_dropout": 0.1,
|
| 13 |
"classifier_dropout": 0.0,
|
| 14 |
"d_model": 1024,
|
| 15 |
"decoder_attention_heads": 16,
|
|
|
|
| 24 |
"encoder_layerdrop": 0.0,
|
| 25 |
"encoder_layers": 12,
|
| 26 |
"eos_token_id": 2,
|
|
|
|
| 27 |
"forced_eos_token_id": 2,
|
| 28 |
"gradient_checkpointing": false,
|
| 29 |
"id2label": {
|
|
|
|
| 38 |
"LABEL_1": 1,
|
| 39 |
"LABEL_2": 2
|
| 40 |
},
|
|
|
|
|
|
|
| 41 |
"max_position_embeddings": 1024,
|
|
|
|
| 42 |
"model_type": "bart",
|
| 43 |
"no_repeat_ngram_size": null,
|
| 44 |
"normalize_before": false,
|
| 45 |
"num_beams": null,
|
| 46 |
"num_hidden_layers": 12,
|
|
|
|
| 47 |
"pad_token_id": 1,
|
|
|
|
| 48 |
"scale_embedding": false,
|
| 49 |
"task_specific_params": {
|
| 50 |
"summarization": {
|
| 51 |
+
"length_penalty": 1.0,
|
| 52 |
+
"max_length": 128,
|
| 53 |
+
"min_length": 12,
|
| 54 |
+
"num_beams": 4
|
| 55 |
+
},
|
| 56 |
+
"summarization_cnn": {
|
| 57 |
"length_penalty": 2.0,
|
| 58 |
"max_length": 142,
|
| 59 |
"min_length": 56,
|
|
|
|
| 60 |
"num_beams": 4
|
| 61 |
+
},
|
| 62 |
+
"summarization_xsum": {
|
| 63 |
+
"length_penalty": 1.0,
|
| 64 |
+
"max_length": 62,
|
| 65 |
+
"min_length": 11,
|
| 66 |
+
"num_beams": 6
|
| 67 |
}
|
| 68 |
},
|
| 69 |
"torch_dtype": "float32",
|
| 70 |
"transformers_version": "4.47.0",
|
| 71 |
"use_cache": true,
|
| 72 |
+
"vocab_size": 50265
|
| 73 |
}
|
model.safetensors
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:0f599d4e5dd67dc6dc2dd809a9229d66e474213c242c7a94b27c54d4e6773217
|
| 3 |
+
size 1625426996
|
tokenizer_config.json
CHANGED
|
@@ -49,7 +49,7 @@
|
|
| 49 |
"errors": "replace",
|
| 50 |
"extra_special_tokens": {},
|
| 51 |
"mask_token": "<mask>",
|
| 52 |
-
"model_max_length":
|
| 53 |
"pad_token": "<pad>",
|
| 54 |
"sep_token": "</s>",
|
| 55 |
"tokenizer_class": "BartTokenizer",
|
|
|
|
| 49 |
"errors": "replace",
|
| 50 |
"extra_special_tokens": {},
|
| 51 |
"mask_token": "<mask>",
|
| 52 |
+
"model_max_length": 1024,
|
| 53 |
"pad_token": "<pad>",
|
| 54 |
"sep_token": "</s>",
|
| 55 |
"tokenizer_class": "BartTokenizer",
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3ad536fa6018fce7598cb3f664c9c81f2e54ab6bce8fa5520b9158004ff0793
|
| 3 |
size 5432
|