aadityap commited on
Commit
62103a9
1 Parent(s): 19e78b1

Model save

Browse files
README.md CHANGED
@@ -1,13 +1,11 @@
1
  ---
2
  base_model: barc0/Llama-3.1-ARC-Potpourri-Transduction-8B
3
- datasets:
4
- - tttx/problem0_data
5
  library_name: peft
6
  license: llama3.1
7
  tags:
8
- - alignment-handbook
9
  - trl
10
  - sft
 
11
  - generated_from_trainer
12
  model-index:
13
  - name: problem0_model
@@ -19,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  # problem0_model
21
 
22
- This model is a fine-tuned version of [barc0/Llama-3.1-ARC-Potpourri-Transduction-8B](https://huggingface.co/barc0/Llama-3.1-ARC-Potpourri-Transduction-8B) on the tttx/problem0_data dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 0.3351
25
 
 
1
  ---
2
  base_model: barc0/Llama-3.1-ARC-Potpourri-Transduction-8B
 
 
3
  library_name: peft
4
  license: llama3.1
5
  tags:
 
6
  - trl
7
  - sft
8
+ - alignment-handbook
9
  - generated_from_trainer
10
  model-index:
11
  - name: problem0_model
 
17
 
18
  # problem0_model
19
 
20
+ This model is a fine-tuned version of [barc0/Llama-3.1-ARC-Potpourri-Transduction-8B](https://huggingface.co/barc0/Llama-3.1-ARC-Potpourri-Transduction-8B) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.3351
23
 
adapter_config.json CHANGED
@@ -22,11 +22,11 @@
22
  "target_modules": [
23
  "v_proj",
24
  "up_proj",
25
- "down_proj",
26
- "k_proj",
27
- "o_proj",
28
  "q_proj",
29
- "gate_proj"
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
22
  "target_modules": [
23
  "v_proj",
24
  "up_proj",
 
 
 
25
  "q_proj",
26
+ "o_proj",
27
+ "gate_proj",
28
+ "down_proj",
29
+ "k_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
all_results.json CHANGED
@@ -6,9 +6,9 @@
6
  "eval_samples_per_second": 2.668,
7
  "eval_steps_per_second": 2.668,
8
  "total_flos": 6106581245952.0,
9
- "train_loss": 0.022490768542310434,
10
- "train_runtime": 1217.4896,
11
  "train_samples": 500,
12
- "train_samples_per_second": 0.821,
13
- "train_steps_per_second": 0.411
14
  }
 
6
  "eval_samples_per_second": 2.668,
7
  "eval_steps_per_second": 2.668,
8
  "total_flos": 6106581245952.0,
9
+ "train_loss": 0.0,
10
+ "train_runtime": 1.3476,
11
  "train_samples": 500,
12
+ "train_samples_per_second": 742.074,
13
+ "train_steps_per_second": 371.037
14
  }
train_results.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "epoch": 2.0,
3
  "total_flos": 6106581245952.0,
4
- "train_loss": 0.022490768542310434,
5
- "train_runtime": 1217.4896,
6
  "train_samples": 500,
7
- "train_samples_per_second": 0.821,
8
- "train_steps_per_second": 0.411
9
  }
 
1
  {
2
  "epoch": 2.0,
3
  "total_flos": 6106581245952.0,
4
+ "train_loss": 0.0,
5
+ "train_runtime": 1.3476,
6
  "train_samples": 500,
7
+ "train_samples_per_second": 742.074,
8
+ "train_steps_per_second": 371.037
9
  }
trainer_state.json CHANGED
@@ -3528,10 +3528,10 @@
3528
  "epoch": 2.0,
3529
  "step": 500,
3530
  "total_flos": 6106581245952.0,
3531
- "train_loss": 0.022490768542310434,
3532
- "train_runtime": 1217.4896,
3533
- "train_samples_per_second": 0.821,
3534
- "train_steps_per_second": 0.411
3535
  }
3536
  ],
3537
  "logging_steps": 1,
 
3528
  "epoch": 2.0,
3529
  "step": 500,
3530
  "total_flos": 6106581245952.0,
3531
+ "train_loss": 0.0,
3532
+ "train_runtime": 1.3476,
3533
+ "train_samples_per_second": 742.074,
3534
+ "train_steps_per_second": 371.037
3535
  }
3536
  ],
3537
  "logging_steps": 1,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:131fac2ccb03028ee0dcc5f5f6ceaec415b1d7a4dc070a4824efbb67acb84131
3
  size 7160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ccfefb70782d624ccfa5a94a1f2a0676bbe23a033c8110de479d1d1dbe96dea
3
  size 7160