IoakeimE commited on
Commit
37474e4
·
verified ·
1 Parent(s): 3013fa2

Training in progress, epoch 1

Browse files
README.md CHANGED
@@ -4,9 +4,9 @@ library_name: transformers
4
  model_name: kto_simplification_balanced
5
  tags:
6
  - generated_from_trainer
7
- - kto
8
  - trl
9
  - unsloth
 
10
  licence: license
11
  ---
12
 
@@ -28,7 +28,7 @@ print(output["generated_text"])
28
 
29
  ## Training procedure
30
 
31
- [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/ioakeime-aristotle-university-of-thessaloniki/kto_smiplification_balanced/runs/03yvzoja)
32
 
33
 
34
  This model was trained with KTO, a method introduced in [KTO: Model Alignment as Prospect Theoretic Optimization](https://huggingface.co/papers/2402.01306).
@@ -37,7 +37,7 @@ This model was trained with KTO, a method introduced in [KTO: Model Alignment as
37
 
38
  - TRL: 0.19.0
39
  - Transformers: 4.53.0
40
- - Pytorch: 2.7.0
41
  - Datasets: 3.6.0
42
  - Tokenizers: 0.21.2
43
 
 
4
  model_name: kto_simplification_balanced
5
  tags:
6
  - generated_from_trainer
 
7
  - trl
8
  - unsloth
9
+ - kto
10
  licence: license
11
  ---
12
 
 
28
 
29
  ## Training procedure
30
 
31
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/ioakeime-aristotle-university-of-thessaloniki/kto_smiplification_balanced/runs/q9oqzg79)
32
 
33
 
34
  This model was trained with KTO, a method introduced in [KTO: Model Alignment as Prospect Theoretic Optimization](https://huggingface.co/papers/2402.01306).
 
37
 
38
  - TRL: 0.19.0
39
  - Transformers: 4.53.0
40
+ - Pytorch: 2.7.0+cu128
41
  - Datasets: 3.6.0
42
  - Tokenizers: 0.21.2
43
 
adapter_config.json CHANGED
@@ -20,20 +20,23 @@
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
 
23
  "r": 16,
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
- "gate_proj",
28
  "k_proj",
 
29
  "q_proj",
30
  "v_proj",
31
- "o_proj",
32
- "down_proj",
33
- "up_proj"
34
  ],
 
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,
37
  "use_dora": false,
 
38
  "use_rslora": false
39
  }
 
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
  "r": 16,
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
+ "down_proj",
29
  "k_proj",
30
+ "o_proj",
31
  "q_proj",
32
  "v_proj",
33
+ "up_proj",
34
+ "gate_proj"
 
35
  ],
36
+ "target_parameters": null,
37
  "task_type": "CAUSAL_LM",
38
  "trainable_token_indices": null,
39
  "use_dora": false,
40
+ "use_qalora": false,
41
  "use_rslora": false
42
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b9125c6bca6062d364355433af1e6a7a176e4bf378b88e92f04d6d428f2b2db
3
  size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0c8f878bce0be5e0b96a6ec17d6ace34dfbac172c3ee5fa1c85e078d23c79db
3
  size 167832240
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:575a474e0304ca68f8db8af319d11e3b89f403b6faf6d035564a9656ba7e3bb4
3
- size 6353
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91aa7e4b24a73bf63f76da8b8a36dc9a5ef4061cb2771c5a599bf78a8a1546f2
3
+ size 6417