LumenSyntax commited on
Commit
5a5fa12
·
verified ·
1 Parent(s): f4a67f1

Upload training_metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_metadata.json +35 -0
training_metadata.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "logos21-gemma2-27b",
3
+ "base_model": "google/gemma-2-27b-it",
4
+ "base_model_quantized": "unsloth/gemma-2-27b-it-bnb-4bit",
5
+ "method": "QLoRA (4-bit NF4 + LoRA)",
6
+ "framework": "unsloth",
7
+ "lora_rank": 64,
8
+ "lora_alpha": 64,
9
+ "lora_target_modules": [
10
+ "q_proj",
11
+ "k_proj",
12
+ "v_proj",
13
+ "o_proj",
14
+ "gate_proj",
15
+ "up_proj",
16
+ "down_proj"
17
+ ],
18
+ "epochs": 3,
19
+ "effective_batch_size": 8,
20
+ "learning_rate": 0.0002,
21
+ "lr_scheduler": "cosine",
22
+ "max_seq_length": 2048,
23
+ "dataset": "logos_gemma2_27b_nothink.jsonl",
24
+ "dataset_size": 860,
25
+ "dataset_composition": {
26
+ "core_israel_protocol": 635,
27
+ "meta_pattern": 45,
28
+ "domain_transfer": 155,
29
+ "ka_gap_targeting": 25
30
+ },
31
+ "train_on_responses_only": true,
32
+ "think_blocks": "stripped (no-think variant)",
33
+ "final_loss": 0.8026918817978398,
34
+ "runtime_seconds": 1335.9304
35
+ }