FayElhassan commited on
Commit
f931cf8
·
verified ·
1 Parent(s): 239ceb8

Model save

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [deepseek-ai/deepseek-llm-7b-chat](https://huggingface.co/deepseek-ai/deepseek-llm-7b-chat) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 1.4711
23
 
24
  ## Model description
25
 
@@ -47,14 +47,22 @@ The following hyperparameters were used during training:
47
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_ratio: 0.03
50
- - num_epochs: 1.0
51
  - mixed_precision_training: Native AMP
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss |
56
  |:-------------:|:------:|:----:|:---------------:|
57
- | 1.5499 | 0.5398 | 200 | 1.4711 |
 
 
 
 
 
 
 
 
58
 
59
 
60
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [deepseek-ai/deepseek-llm-7b-chat](https://huggingface.co/deepseek-ai/deepseek-llm-7b-chat) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 1.5572
23
 
24
  ## Model description
25
 
 
47
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_ratio: 0.03
50
+ - num_epochs: 5.0
51
  - mixed_precision_training: Native AMP
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss |
56
  |:-------------:|:------:|:----:|:---------------:|
57
+ | 1.533 | 0.5382 | 200 | 1.4790 |
58
+ | 1.3687 | 1.0753 | 400 | 1.4093 |
59
+ | 1.2869 | 1.6135 | 600 | 1.3642 |
60
+ | 0.9743 | 2.1507 | 800 | 1.3826 |
61
+ | 1.0377 | 2.6889 | 1000 | 1.3527 |
62
+ | 0.7669 | 3.2260 | 1200 | 1.4627 |
63
+ | 0.7772 | 3.7642 | 1400 | 1.4342 |
64
+ | 0.5632 | 4.3014 | 1600 | 1.5544 |
65
+ | 0.5757 | 4.8396 | 1800 | 1.5572 |
66
 
67
 
68
  ### Framework versions