marcelomoreno26 commited on
Commit
2c01d16
1 Parent(s): 1e12f5b

End of training

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: facebook/bart-large
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: bart-large-oposum2
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-large-oposum2
18
+
19
+ This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 3.2051
22
+ - Rouge1: 0.6185
23
+ - Rouge2: 0.6021
24
+ - Rougel: 0.6157
25
+ - Rougelsum: 0.6157
26
+ - Gen Len: 18.932
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: 4
47
+ - eval_batch_size: 4
48
+ - seed: 42
49
+ - gradient_accumulation_steps: 16
50
+ - total_train_batch_size: 64
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 3
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
58
+ |:-------------:|:------:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
59
+ | No log | 0.9984 | 156 | 3.5332 | 0.5855 | 0.5682 | 0.5823 | 0.5824 | 22.576 |
60
+ | No log | 1.9968 | 312 | 3.2461 | 0.6109 | 0.5946 | 0.6084 | 0.6083 | 19.284 |
61
+ | No log | 2.9952 | 468 | 3.2051 | 0.6185 | 0.6021 | 0.6157 | 0.6157 | 18.932 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - PEFT 0.10.1.dev0
67
+ - Transformers 4.40.1
68
+ - Pytorch 2.3.0+cu121
69
+ - Datasets 2.19.0
70
+ - Tokenizers 0.19.1