sedrickkeh commited on
Commit
eb3dcb0
1 Parent(s): 996c766

Model save

Browse files
README.md CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.1202
21
 
22
  ## Model description
23
 
@@ -41,10 +41,10 @@ The following hyperparameters were used during training:
41
  - eval_batch_size: 8
42
  - seed: 42
43
  - distributed_type: multi-GPU
44
- - num_devices: 16
45
  - gradient_accumulation_steps: 4
46
- - total_train_batch_size: 1024
47
- - total_eval_batch_size: 128
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: cosine
50
  - lr_scheduler_warmup_ratio: 0.1
@@ -52,9 +52,9 @@ The following hyperparameters were used during training:
52
 
53
  ### Training results
54
 
55
- | Training Loss | Epoch | Step | Validation Loss |
56
- |:-------------:|:------:|:----:|:---------------:|
57
- | 1.509 | 0.9565 | 11 | 1.1202 |
58
 
59
 
60
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.0612
21
 
22
  ## Model description
23
 
 
41
  - eval_batch_size: 8
42
  - seed: 42
43
  - distributed_type: multi-GPU
44
+ - num_devices: 8
45
  - gradient_accumulation_steps: 4
46
+ - total_train_batch_size: 512
47
+ - total_eval_batch_size: 64
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: cosine
50
  - lr_scheduler_warmup_ratio: 0.1
 
52
 
53
  ### Training results
54
 
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:-----:|:----:|:---------------:|
57
+ | 1.1092 | 1.0 | 23 | 1.0612 |
58
 
59
 
60
  ### Framework versions
model-00001-of-00003.safetensors.sagemaker-uploaded ADDED
File without changes
model-00002-of-00003.safetensors.sagemaker-uploaded ADDED
File without changes
model-00003-of-00003.safetensors.sagemaker-uploaded ADDED
File without changes