Zohaib002 commited on
Commit
1ef4dec
1 Parent(s): cd5577b

End of training

Browse files
Files changed (2) hide show
  1. README.md +73 -0
  2. generation_config.json +15 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: facebook/bart-large-cnn
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: amb-dataset-factor
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # amb-dataset-factor
18
+
19
+ This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.7555
22
+ - Rouge1: 0.6069
23
+ - Rouge2: 0.3982
24
+ - Rougel: 0.5368
25
+ - Rougelsum: 0.5368
26
+ - Gen Len: 107.5
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 8
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 8
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
57
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
58
+ | No log | 1.0 | 1 | 1.1218 | 0.4868 | 0.2167 | 0.3132 | 0.3132 | 64.0 |
59
+ | No log | 2.0 | 2 | 0.9299 | 0.5037 | 0.2624 | 0.3424 | 0.3424 | 70.0 |
60
+ | No log | 3.0 | 3 | 0.9299 | 0.5037 | 0.2624 | 0.3424 | 0.3424 | 70.0 |
61
+ | No log | 4.0 | 4 | 0.8556 | 0.5364 | 0.2785 | 0.3874 | 0.3874 | 83.0 |
62
+ | No log | 5.0 | 5 | 0.8089 | 0.6657 | 0.4244 | 0.5452 | 0.5452 | 98.5 |
63
+ | No log | 6.0 | 6 | 0.7854 | 0.5876 | 0.3707 | 0.5024 | 0.5024 | 115.0 |
64
+ | No log | 7.0 | 7 | 0.7680 | 0.6012 | 0.4155 | 0.541 | 0.541 | 113.0 |
65
+ | No log | 8.0 | 8 | 0.7555 | 0.6069 | 0.3982 | 0.5368 | 0.5368 | 107.5 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.44.2
71
+ - Pytorch 2.4.1+cu121
72
+ - Datasets 3.0.1
73
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 2,
4
+ "early_stopping": true,
5
+ "eos_token_id": 2,
6
+ "forced_bos_token_id": 0,
7
+ "forced_eos_token_id": 2,
8
+ "length_penalty": 2.0,
9
+ "max_length": 142,
10
+ "min_length": 56,
11
+ "no_repeat_ngram_size": 3,
12
+ "num_beams": 4,
13
+ "pad_token_id": 1,
14
+ "transformers_version": "4.44.2"
15
+ }