0chanly commited on
Commit
4c8b80f
·
verified ·
1 Parent(s): 55ff688

Upload folder using huggingface_hub

Browse files
ml_vir_mix1500_comp_only/adapter_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "mistralai/Mistral-Large-Instruct-2411",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 128,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.1,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 64,
30
+ "rank_pattern": {},
31
+ "revision": null,
32
+ "target_modules": [
33
+ "o_proj",
34
+ "v_proj",
35
+ "k_proj",
36
+ "q_proj"
37
+ ],
38
+ "target_parameters": null,
39
+ "task_type": "CAUSAL_LM",
40
+ "trainable_token_indices": null,
41
+ "use_bdlora": null,
42
+ "use_dora": false,
43
+ "use_qalora": false,
44
+ "use_rslora": false
45
+ }
ml_vir_mix1500_comp_only/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c14d3d5091e0afc6fd2b32b89bc06768dc0caf9363760f654f7b5986918af786
3
+ size 853638320
ml_vir_mix1500_comp_only/training_metadata.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "ML-VIR-MIX1500-COMP-ONLY",
3
+ "model_id": "mistralai/Mistral-Large-Instruct-2411",
4
+ "dataset": "data/virtue_ethics_mix1500.jsonl",
5
+ "architecture": "1-stage mixed, COMPLETION-ONLY loss (prompt masked, no EOS)",
6
+ "loss_masking": "completion_only_prompt_masked_no_eos",
7
+ "train_samples": 1350,
8
+ "eval_samples": 150,
9
+ "lora_r": 64,
10
+ "lora_alpha": 128,
11
+ "lora_targets": [
12
+ "q_proj",
13
+ "v_proj",
14
+ "k_proj",
15
+ "o_proj"
16
+ ],
17
+ "lora_dropout": 0.1,
18
+ "epochs": 3,
19
+ "batch_size": 1,
20
+ "grad_accum": 8,
21
+ "lr": 0.0002,
22
+ "warmup_steps": 50,
23
+ "max_seq_length": 1024,
24
+ "quantization": "4bit_nf4",
25
+ "seed": 42,
26
+ "method": "self-teaching (Mistral Large generates + critiques + revises) \u2014 clean helpful base_cai slot",
27
+ "final_train_loss": 0.2718,
28
+ "final_eval_loss": 0.5732227563858032,
29
+ "best_eval_loss": 0.5732227563858032,
30
+ "lib_versions": {
31
+ "torch": "2.4.1+cu124",
32
+ "cuda": "12.4",
33
+ "transformers": "4.48.3",
34
+ "peft": "0.19.1",
35
+ "bitsandbytes": "0.49.0"
36
+ }
37
+ }