vedaantp commited on
Commit
c4d9a14
·
verified ·
1 Parent(s): c1da810

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.5357
22
- - Accuracy: 0.7667
23
 
24
  ## Model description
25
 
@@ -44,14 +44,17 @@ The following hyperparameters were used during training:
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
- - num_epochs: 2
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | No log | 1.0 | 30 | 0.9226 | 0.5417 |
54
- | No log | 2.0 | 60 | 0.5357 | 0.7667 |
 
 
 
55
 
56
 
57
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.3600
22
+ - Accuracy: 0.925
23
 
24
  ## Model description
25
 
 
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 5
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | No log | 1.0 | 24 | 1.0517 | 0.4833 |
54
+ | No log | 2.0 | 48 | 0.8261 | 0.6333 |
55
+ | No log | 3.0 | 72 | 0.5273 | 0.8167 |
56
+ | No log | 4.0 | 96 | 0.3771 | 0.8833 |
57
+ | No log | 5.0 | 120 | 0.3600 | 0.925 |
58
 
59
 
60
  ### Framework versions