zibajoon commited on
Commit
f3db26d
1 Parent(s): ad3b9ae

End of training

Browse files
Files changed (5) hide show
  1. README.md +65 -0
  2. config.json +67 -0
  3. generation_config.json +14 -0
  4. pytorch_model.bin +3 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: linydub/bart-large-samsum
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: 20231205_Bart-lg-samsum_TBD_Summ_Tr01
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # 20231205_Bart-lg-samsum_TBD_Summ_Tr01
15
+
16
+ This model is a fine-tuned version of [linydub/bart-large-samsum](https://huggingface.co/linydub/bart-large-samsum) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.0913
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 1e-05
38
+ - train_batch_size: 3
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - lr_scheduler_warmup_steps: 500
44
+ - num_epochs: 10
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | No log | 1.0 | 401 | 2.8537 |
51
+ | 5.39 | 2.0 | 802 | 0.8892 |
52
+ | 0.8114 | 3.0 | 1203 | 0.8283 |
53
+ | 0.5189 | 4.0 | 1604 | 0.8503 |
54
+ | 0.3804 | 5.0 | 2005 | 0.9076 |
55
+ | 0.3804 | 6.0 | 2406 | 0.9787 |
56
+ | 0.2618 | 7.0 | 2807 | 1.0719 |
57
+ | 0.2015 | 8.0 | 3208 | 1.0913 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.34.1
63
+ - Pytorch 2.1.1+cu121
64
+ - Datasets 2.15.0
65
+ - Tokenizers 0.14.1
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "linydub/bart-large-samsum",
3
+ "_num_labels": 3,
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "gelu",
6
+ "add_bias_logits": false,
7
+ "add_final_layer_norm": false,
8
+ "architectures": [
9
+ "BartForConditionalGeneration"
10
+ ],
11
+ "attention_dropout": 0.0,
12
+ "bos_token_id": 0,
13
+ "classif_dropout": 0.0,
14
+ "classifier_dropout": 0.0,
15
+ "d_model": 1024,
16
+ "decoder_attention_heads": 16,
17
+ "decoder_ffn_dim": 4096,
18
+ "decoder_layerdrop": 0.0,
19
+ "decoder_layers": 12,
20
+ "decoder_start_token_id": 2,
21
+ "dropout": 0.1,
22
+ "early_stopping": true,
23
+ "encoder_attention_heads": 16,
24
+ "encoder_ffn_dim": 4096,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 12,
27
+ "eos_token_id": 2,
28
+ "eos_token_ids": [
29
+ 2
30
+ ],
31
+ "forced_eos_token_id": 2,
32
+ "gradient_checkpointing": false,
33
+ "id2label": {
34
+ "0": "LABEL_0",
35
+ "1": "LABEL_1",
36
+ "2": "LABEL_2"
37
+ },
38
+ "init_std": 0.02,
39
+ "is_encoder_decoder": true,
40
+ "label2id": {
41
+ "LABEL_0": 0,
42
+ "LABEL_1": 1,
43
+ "LABEL_2": 2
44
+ },
45
+ "max_length": 62,
46
+ "max_position_embeddings": 1024,
47
+ "min_length": 11,
48
+ "model_type": "bart",
49
+ "no_repeat_ngram_size": 3,
50
+ "normalize_before": false,
51
+ "normalize_embedding": true,
52
+ "num_beams": 6,
53
+ "num_hidden_layers": 12,
54
+ "output_past": true,
55
+ "pad_token_id": 1,
56
+ "prefix": " ",
57
+ "replacing_rate": 0,
58
+ "scale_embedding": false,
59
+ "static_position_embeddings": false,
60
+ "student_decoder_layers": null,
61
+ "student_encoder_layers": null,
62
+ "task_specific_params": {},
63
+ "torch_dtype": "float32",
64
+ "transformers_version": "4.34.1",
65
+ "use_cache": true,
66
+ "vocab_size": 50265
67
+ }
generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "decoder_start_token_id": 2,
5
+ "early_stopping": true,
6
+ "eos_token_id": 2,
7
+ "forced_eos_token_id": 2,
8
+ "max_length": 62,
9
+ "min_length": 11,
10
+ "no_repeat_ngram_size": 3,
11
+ "num_beams": 6,
12
+ "pad_token_id": 1,
13
+ "transformers_version": "4.34.1"
14
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ebd06016b58e88a43c58a72ff06375c37f9bbce8ae3e14c3a6f332e63d4b37e
3
+ size 1625541898
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8937b8c9600a22d72d749a24af6a83c8cd08cc1645954c770f01156d2cff7887
3
+ size 4536