End of training
Browse files
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: facebook/mbart-large-50
|
3 |
+
library_name: peft
|
4 |
+
license: mit
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: mbart-large-50_Nepali_News_Summarization_QLoRA_4bit
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# mbart-large-50_Nepali_News_Summarization_QLoRA_4bit
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.3739
|
20 |
+
- Rouge-1 R: 0.3816
|
21 |
+
- Rouge-1 P: 0.389
|
22 |
+
- Rouge-1 F: 0.3751
|
23 |
+
- Rouge-2 R: 0.2142
|
24 |
+
- Rouge-2 P: 0.2189
|
25 |
+
- Rouge-2 F: 0.2093
|
26 |
+
- Rouge-l R: 0.3711
|
27 |
+
- Rouge-l P: 0.3779
|
28 |
+
- Rouge-l F: 0.3646
|
29 |
+
- Gen Len: 14.1121
|
30 |
+
|
31 |
+
## Model description
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Intended uses & limitations
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training and evaluation data
|
40 |
+
|
41 |
+
More information needed
|
42 |
+
|
43 |
+
## Training procedure
|
44 |
+
|
45 |
+
### Training hyperparameters
|
46 |
+
|
47 |
+
The following hyperparameters were used during training:
|
48 |
+
- learning_rate: 0.0005
|
49 |
+
- train_batch_size: 5
|
50 |
+
- eval_batch_size: 5
|
51 |
+
- seed: 42
|
52 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
+
- lr_scheduler_type: linear
|
54 |
+
- num_epochs: 3
|
55 |
+
- mixed_precision_training: Native AMP
|
56 |
+
|
57 |
+
### Training results
|
58 |
+
|
59 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge-1 R | Rouge-1 P | Rouge-1 F | Rouge-2 R | Rouge-2 P | Rouge-2 F | Rouge-l R | Rouge-l P | Rouge-l F | Gen Len |
|
60 |
+
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:---------:|:---------:|:---------:|:---------:|:---------:|:---------:|:---------:|:---------:|:-------:|
|
61 |
+
| 1.5617 | 1.0 | 10191 | 1.4589 | 0.3552 | 0.3834 | 0.3572 | 0.1923 | 0.21 | 0.1926 | 0.3456 | 0.3728 | 0.3474 | 13.6645 |
|
62 |
+
| 1.42 | 2.0 | 20382 | 1.3993 | 0.3674 | 0.3858 | 0.3661 | 0.2047 | 0.2159 | 0.2029 | 0.3581 | 0.3758 | 0.3568 | 13.7819 |
|
63 |
+
| 1.2407 | 3.0 | 30573 | 1.3739 | 0.3816 | 0.389 | 0.3751 | 0.2142 | 0.2189 | 0.2093 | 0.3711 | 0.3779 | 0.3646 | 14.1121 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- PEFT 0.11.1
|
69 |
+
- Transformers 4.42.3
|
70 |
+
- Pytorch 2.1.2
|
71 |
+
- Datasets 2.20.0
|
72 |
+
- Tokenizers 0.19.1
|
runs/Jul21_02-10-53_48c211bedb36/events.out.tfevents.1721527855.48c211bedb36.24.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:808325ef56ae6cfcc9fb32c90fb0c8d4c6218b03ba6657c0921a6c19f76f473d
|
3 |
+
size 21600
|