chocopiee commited on
Commit
3e0df6e
1 Parent(s): bbd8cf9

End of training

Browse files
Files changed (1) hide show
  1. README.md +16 -1
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/as3mgbsl)
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 an unknown dataset.
 
 
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/as3mgbsl)
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.2452
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.3699 | 0.0060 | 20 | 1.3159 |
57
+ | 1.4501 | 0.0119 | 40 | 1.2761 |
58
+ | 1.2554 | 0.0179 | 60 | 1.2583 |
59
+ | 1.1901 | 0.0239 | 80 | 1.2474 |
60
+ | 1.4126 | 0.0298 | 100 | 1.2452 |
61
+
62
+
63
  ### Framework versions
64
 
65
  - PEFT 0.11.1