Ousso1117 commited on
Commit
5f63064
1 Parent(s): 5a8e796

Training in progress, step 10

Browse files
README.md CHANGED
@@ -8,18 +8,18 @@ tags:
8
  - unsloth
9
  - generated_from_trainer
10
  model-index:
11
- - name: SFT-unsloth-mrd3-Llama-3-8B-Instruct
12
  results: []
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
  should probably proofread and complete it, then remove this comment. -->
17
 
18
- # SFT-unsloth-mrd3-Llama-3-8B-Instruct
19
 
20
  This model is a fine-tuned version of [unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit](https://huggingface.co/unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.7508
23
 
24
  ## Model description
25
 
@@ -47,15 +47,14 @@ The following hyperparameters were used during training:
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_steps: 5
50
- - num_epochs: 1
51
  - mixed_precision_training: Native AMP
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss |
56
  |:-------------:|:------:|:----:|:---------------:|
57
- | 1.0478 | 0.4278 | 20 | 0.8067 |
58
- | 0.7757 | 0.8556 | 40 | 0.7508 |
59
 
60
 
61
  ### Framework versions
 
8
  - unsloth
9
  - generated_from_trainer
10
  model-index:
11
+ - name: SFT-unsloth-garrethlee-MAWPS-Llama-3-8B-Instruct
12
  results: []
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
  should probably proofread and complete it, then remove this comment. -->
17
 
18
+ # SFT-unsloth-garrethlee-MAWPS-Llama-3-8B-Instruct
19
 
20
  This model is a fine-tuned version of [unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit](https://huggingface.co/unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 1.0258
23
 
24
  ## Model description
25
 
 
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_steps: 5
50
+ - num_epochs: 2
51
  - mixed_precision_training: Native AMP
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss |
56
  |:-------------:|:------:|:----:|:---------------:|
57
+ | 1.5657 | 1.3793 | 10 | 1.0258 |
 
58
 
59
 
60
  ### Framework versions
adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "down_proj",
24
- "k_proj",
25
  "q_proj",
 
26
  "up_proj",
27
  "v_proj",
28
- "o_proj",
 
29
  "gate_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "q_proj",
24
+ "o_proj",
25
  "up_proj",
26
  "v_proj",
27
+ "down_proj",
28
+ "k_proj",
29
  "gate_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba3361ed25d33a37ab6610e84a7e3186f52f33c743fc1b41b7d53e7f1668fd90
3
  size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a381e6920b24fee09d876f75b184d04a2a934ab4db172f4c5173f4ae1cc8ae8
3
  size 167832240
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3528b746e93bcd05c84b9849adf79f2f1aa477c2f9483245ccd644918866f6bd
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bea3ac2aa2a8676b425d5c49a681275c4e5c88294de4c5c4554442fb1f2bf165
3
  size 5432