breathemm commited on
Commit
66750a0
1 Parent(s): 817f9cb

Model save

Browse files
Files changed (1) hide show
  1. README.md +11 -4
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 [LDCC/LDCC-SOLAR-10.7B](https://huggingface.co/LDCC/LDCC-SOLAR-10.7B) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.7299
20
 
21
  ## Model description
22
 
@@ -35,10 +35,12 @@ More information needed
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
- - learning_rate: 0.0003
39
- - train_batch_size: 4
40
- - eval_batch_size: 16
41
  - seed: 42
 
 
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: cosine
44
  - num_epochs: 3
@@ -46,6 +48,11 @@ The following hyperparameters were used during training:
46
 
47
  ### Training results
48
 
 
 
 
 
 
49
 
50
 
51
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [LDCC/LDCC-SOLAR-10.7B](https://huggingface.co/LDCC/LDCC-SOLAR-10.7B) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.6884
20
 
21
  ## Model description
22
 
 
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
+ - learning_rate: 0.0002
39
+ - train_batch_size: 8
40
+ - eval_batch_size: 8
41
  - seed: 42
42
+ - gradient_accumulation_steps: 2
43
+ - total_train_batch_size: 16
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: cosine
46
  - num_epochs: 3
 
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | 0.7581 | 1.0 | 21 | 0.7133 |
54
+ | 0.612 | 2.0 | 42 | 0.6810 |
55
+ | 0.4944 | 3.0 | 63 | 0.6884 |
56
 
57
 
58
  ### Framework versions