geshijoker commited on
Commit
00bcb25
·
verified ·
1 Parent(s): f882771

End of training

Browse files
README.md CHANGED
@@ -4,6 +4,7 @@ license: other
4
  base_model: TechxGenus/Meta-Llama-3-8B-Instruct-AWQ
5
  tags:
6
  - llama-factory
 
7
  - generated_from_trainer
8
  model-index:
9
  - name: qlora_all
@@ -15,7 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # qlora_all
17
 
18
- This model is a fine-tuned version of [TechxGenus/Meta-Llama-3-8B-Instruct-AWQ](https://huggingface.co/TechxGenus/Meta-Llama-3-8B-Instruct-AWQ) on an unknown dataset.
 
 
19
 
20
  ## Model description
21
 
 
4
  base_model: TechxGenus/Meta-Llama-3-8B-Instruct-AWQ
5
  tags:
6
  - llama-factory
7
+ - lora
8
  - generated_from_trainer
9
  model-index:
10
  - name: qlora_all
 
16
 
17
  # qlora_all
18
 
19
+ This model is a fine-tuned version of [TechxGenus/Meta-Llama-3-8B-Instruct-AWQ](https://huggingface.co/TechxGenus/Meta-Llama-3-8B-Instruct-AWQ) on the healthcaremagic dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 2.9504
22
 
23
  ## Model description
24
 
all_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.8,
3
+ "eval_loss": 2.9503965377807617,
4
+ "eval_runtime": 0.8116,
5
+ "eval_samples_per_second": 123.22,
6
+ "eval_steps_per_second": 2.464,
7
+ "total_flos": 2419202069626880.0,
8
+ "train_loss": 4.330888430277507,
9
+ "train_runtime": 55.824,
10
+ "train_samples_per_second": 48.366,
11
+ "train_steps_per_second": 0.054
12
+ }
eval_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.8,
3
+ "eval_loss": 2.9503965377807617,
4
+ "eval_runtime": 0.8116,
5
+ "eval_samples_per_second": 123.22,
6
+ "eval_steps_per_second": 2.464
7
+ }
runs/Dec29_02-43-48_64-181-222-101/events.out.tfevents.1735440465.64-181-222-101.15044.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4754a758a0033c227625db3da2080648e02ff3cf5f2c0f80db09dc40292a4f46
3
+ size 354
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.8,
3
+ "total_flos": 2419202069626880.0,
4
+ "train_loss": 4.330888430277507,
5
+ "train_runtime": 55.824,
6
+ "train_samples_per_second": 48.366,
7
+ "train_steps_per_second": 0.054
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.8,
5
+ "eval_steps": 500,
6
+ "global_step": 3,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.8,
13
+ "step": 3,
14
+ "total_flos": 2419202069626880.0,
15
+ "train_loss": 4.330888430277507,
16
+ "train_runtime": 55.824,
17
+ "train_samples_per_second": 48.366,
18
+ "train_steps_per_second": 0.054
19
+ }
20
+ ],
21
+ "logging_steps": 10,
22
+ "max_steps": 3,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 3,
25
+ "save_steps": 500,
26
+ "stateful_callbacks": {
27
+ "TrainerControl": {
28
+ "args": {
29
+ "should_epoch_stop": false,
30
+ "should_evaluate": false,
31
+ "should_log": false,
32
+ "should_save": true,
33
+ "should_training_stop": true
34
+ },
35
+ "attributes": {}
36
+ }
37
+ },
38
+ "total_flos": 2419202069626880.0,
39
+ "train_batch_size": 8,
40
+ "trial_name": null,
41
+ "trial_params": null
42
+ }