anhvu2501 commited on
Commit
10dedba
1 Parent(s): adac606

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: []
@@ -16,7 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # vietnamese-news-summarization-vistral-7b
18
 
19
- 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.
 
 
20
 
21
  ## Model description
22
 
@@ -44,6 +48,17 @@ The following hyperparameters were used during training:
44
  - lr_scheduler_warmup_steps: 0.03
45
  - training_steps: 100
46
 
 
 
 
 
 
 
 
 
 
 
 
47
  ### Framework versions
48
 
49
  - PEFT 0.10.0
 
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: []
 
18
 
19
  # vietnamese-news-summarization-vistral-7b
20
 
21
+ 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.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 1.8576
24
 
25
  ## Model description
26
 
 
48
  - lr_scheduler_warmup_steps: 0.03
49
  - training_steps: 100
50
 
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss |
54
+ |:-------------:|:------:|:----:|:---------------:|
55
+ | 2.0431 | 0.0060 | 20 | 2.0914 |
56
+ | 2.0513 | 0.0119 | 40 | 2.0405 |
57
+ | 2.0366 | 0.0179 | 60 | 1.9899 |
58
+ | 1.946 | 0.0238 | 80 | 1.9301 |
59
+ | 1.9324 | 0.0298 | 100 | 1.8576 |
60
+
61
+
62
  ### Framework versions
63
 
64
  - PEFT 0.10.0