CompiwerAI commited on
Commit
cbbfa8d
·
verified ·
1 Parent(s): 932dd4c

Add mtrini_svl_metadata.json

Browse files
Files changed (1) hide show
  1. mtrini_svl_metadata.json +15 -0
mtrini_svl_metadata.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "Qwen/Qwen3-VL-8B-Instruct",
3
+ "dataset_a": "HuggingFaceH4/Bespoke-Stratos-17k",
4
+ "dataset_b": "open-r1/OpenR1-Math-220k",
5
+ "max_steps": 1000,
6
+ "batch_size": 4,
7
+ "gradient_accumulation": 4,
8
+ "effective_batch": 16,
9
+ "context_length": 2048,
10
+ "lora_r": 16,
11
+ "lora_alpha": 32,
12
+ "learning_rate": 0.0002,
13
+ "checkpoint_steps": 500,
14
+ "seed": 42
15
+ }