End of training
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ tags:
|
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
base_model: Viet-Mistral/Vistral-7B-Chat
|
|
|
|
|
9 |
model-index:
|
10 |
- name: vietnamese-news-summarization-vistral-7b
|
11 |
results: []
|
@@ -17,7 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/tritran/vietnamese-news-summarization/runs/psdy84l9)
|
18 |
# vietnamese-news-summarization-vistral-7b
|
19 |
|
20 |
-
This model is a fine-tuned version of [Viet-Mistral/Vistral-7B-Chat](https://huggingface.co/Viet-Mistral/Vistral-7B-Chat) on
|
|
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -45,6 +49,17 @@ The following hyperparameters were used during training:
|
|
45 |
- lr_scheduler_warmup_steps: 0.03
|
46 |
- training_steps: 100
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
### Framework versions
|
49 |
|
50 |
- PEFT 0.11.1
|
|
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
base_model: Viet-Mistral/Vistral-7B-Chat
|
9 |
+
datasets:
|
10 |
+
- generator
|
11 |
model-index:
|
12 |
- name: vietnamese-news-summarization-vistral-7b
|
13 |
results: []
|
|
|
19 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/tritran/vietnamese-news-summarization/runs/psdy84l9)
|
20 |
# vietnamese-news-summarization-vistral-7b
|
21 |
|
22 |
+
This model is a fine-tuned version of [Viet-Mistral/Vistral-7B-Chat](https://huggingface.co/Viet-Mistral/Vistral-7B-Chat) on the generator dataset.
|
23 |
+
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 1.2588
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
49 |
- lr_scheduler_warmup_steps: 0.03
|
50 |
- training_steps: 100
|
51 |
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
+
|:-------------:|:------:|:----:|:---------------:|
|
56 |
+
| 1.3064 | 0.0060 | 20 | 1.3050 |
|
57 |
+
| 1.2108 | 0.0119 | 40 | 1.2739 |
|
58 |
+
| 1.2685 | 0.0179 | 60 | 1.2623 |
|
59 |
+
| 1.4879 | 0.0239 | 80 | 1.2558 |
|
60 |
+
| 1.3216 | 0.0298 | 100 | 1.2588 |
|
61 |
+
|
62 |
+
|
63 |
### Framework versions
|
64 |
|
65 |
- PEFT 0.11.1
|