100daggers commited on
Commit
455c41c
1 Parent(s): f6828fd

End of training

Browse files
.ipynb_checkpoints/README-checkpoint.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: facebook/bart-large-cnn
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - samsum
9
+ model-index:
10
+ - name: bart-cnn-samsum-finetuned
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
+ # bart-cnn-samsum-finetuned
18
+
19
+ This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the samsum dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.1363
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 1e-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 3
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | 0.0695 | 1.0 | 19 | 0.1325 |
53
+ | 0.0554 | 2.0 | 38 | 0.1353 |
54
+ | 0.0435 | 3.0 | 57 | 0.1363 |
55
+
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.44.1
60
+ - Pytorch 2.0.1
61
+ - Datasets 2.21.0
62
+ - Tokenizers 0.19.1