Isha0605 commited on
Commit
1e12549
·
verified ·
1 Parent(s): 5e244e1

End of training

Browse files
Files changed (1) hide show
  1. README.md +16 -6
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 15.2340
20
 
21
  ## Model description
22
 
@@ -36,20 +36,30 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 5e-05
39
- - train_batch_size: 8
40
  - eval_batch_size: 8
41
  - seed: 42
 
 
42
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: linear
44
- - num_epochs: 3
 
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
- | No log | 1.0 | 1 | 15.7465 |
51
- | No log | 2.0 | 2 | 15.4158 |
52
- | No log | 3.0 | 3 | 15.2340 |
 
 
 
 
 
 
 
53
 
54
 
55
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 12.0342
20
 
21
  ## Model description
22
 
 
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 5e-05
39
+ - train_batch_size: 16
40
  - eval_batch_size: 8
41
  - seed: 42
42
+ - gradient_accumulation_steps: 4
43
+ - total_train_batch_size: 64
44
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
  - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 100
47
+ - num_epochs: 10
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:-----:|:----:|:---------------:|
53
+ | No log | 1.0 | 1 | 12.1545 |
54
+ | No log | 2.0 | 2 | 12.1518 |
55
+ | No log | 3.0 | 3 | 12.1518 |
56
+ | No log | 4.0 | 4 | 12.1445 |
57
+ | No log | 5.0 | 5 | 12.1340 |
58
+ | No log | 6.0 | 6 | 12.1240 |
59
+ | No log | 7.0 | 7 | 12.1045 |
60
+ | No log | 8.0 | 8 | 12.0850 |
61
+ | No log | 9.0 | 9 | 12.0625 |
62
+ | 11.7921 | 10.0 | 10 | 12.0342 |
63
 
64
 
65
  ### Framework versions