esfrankel17 commited on
Commit
993a4ae
·
verified ·
1 Parent(s): c2a1984

Model save

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -16,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # llama3_8b_baseline_instructskillmix
18
 
19
- This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on the PrincetonPLI/Instruct-SkillMix-SDD dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: nan
22
 
23
  ## Model description
24
 
@@ -50,19 +50,19 @@ The following hyperparameters were used during training:
50
  - lr_scheduler_type: constant
51
  - lr_scheduler_warmup_ratio: 0.1
52
  - lr_scheduler_warmup_steps: 1738
53
- - num_epochs: 3.0
54
 
55
  ### Training results
56
 
57
  | Training Loss | Epoch | Step | Validation Loss |
58
  |:-------------:|:------:|:----:|:---------------:|
59
- | No log | 0.5333 | 1 | nan |
60
- | No log | 1.6 | 3 | nan |
61
 
62
 
63
  ### Framework versions
64
 
65
  - Transformers 4.45.2
66
- - Pytorch 2.5.0+cu124
67
  - Datasets 2.21.0
68
  - Tokenizers 0.20.1
 
16
 
17
  # llama3_8b_baseline_instructskillmix
18
 
19
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.7085
22
 
23
  ## Model description
24
 
 
50
  - lr_scheduler_type: constant
51
  - lr_scheduler_warmup_ratio: 0.1
52
  - lr_scheduler_warmup_steps: 1738
53
+ - num_epochs: 3
54
 
55
  ### Training results
56
 
57
  | Training Loss | Epoch | Step | Validation Loss |
58
  |:-------------:|:------:|:----:|:---------------:|
59
+ | No log | 0.5333 | 1 | 1.8346 |
60
+ | No log | 1.6 | 3 | 1.7085 |
61
 
62
 
63
  ### Framework versions
64
 
65
  - Transformers 4.45.2
66
+ - Pytorch 2.4.0+cu121
67
  - Datasets 2.21.0
68
  - Tokenizers 0.20.1