FiveC commited on
Commit
1baa084
·
verified ·
1 Parent(s): cfb2749

End of training

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: allenai/led-base-16384
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: Long_attention_Longformer
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # Long_attention_Longformer
17
+
18
+ This model is a fine-tuned version of [allenai/led-base-16384](https://huggingface.co/allenai/led-base-16384) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.8677
21
+ - Bleu: 20.8728
22
+ - Meteor: 0.4023
23
+ - Comet: 0.4747
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 3e-05
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 2
47
+ - total_train_batch_size: 16
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 3
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Meteor | Comet |
56
+ |:-------------:|:------:|:----:|:---------------:|:-------:|:------:|:------:|
57
+ | 2.2865 | 0.9994 | 786 | 2.1788 | 13.5745 | 0.2981 | 0.3646 |
58
+ | 2.0517 | 2.0 | 1573 | 1.8939 | 19.3520 | 0.3838 | 0.4486 |
59
+ | 1.9429 | 2.9981 | 2358 | 1.8313 | 20.8728 | 0.4023 | 0.4747 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.41.2
65
+ - Pytorch 2.10.0+cu128
66
+ - Datasets 4.0.0
67
+ - Tokenizers 0.19.1