mjoshs commited on
Commit
bc569a4
·
verified ·
1 Parent(s): d62f2c3

Add training configuration

Browse files
Files changed (1) hide show
  1. training_config.json +55 -0
training_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "qwen-image-silicon-photonics",
3
+ "base_model": "Qwen/Qwen-Image",
4
+ "learning_rate": 1e-05,
5
+ "batch_size": 1,
6
+ "num_epochs": 3,
7
+ "resolution": 1024,
8
+ "max_train_samples": 146,
9
+ "training_timestamp": "2025-09-24T14:22:58.845625",
10
+ "training_approach": "lightweight_framework",
11
+ "inference_parameters": {
12
+ "num_inference_steps": 50,
13
+ "guidance_scale": 7.5,
14
+ "width": 1024,
15
+ "height": 1024
16
+ },
17
+ "dataset_info": {
18
+ "total_samples": 146,
19
+ "categories": [
20
+ "grating_coupler",
21
+ "quantum_photonics",
22
+ "polarization",
23
+ "measurements",
24
+ "electronics_codesign",
25
+ "photodetector",
26
+ "opa_lidar",
27
+ "splitter",
28
+ "reliability",
29
+ "link_performance",
30
+ "edge_coupler",
31
+ "silicon_waveguide",
32
+ "packaging",
33
+ "wafer_level",
34
+ "sensing",
35
+ "ring_resonator",
36
+ "frequency_comb",
37
+ "materials_integration",
38
+ "nonlinear_optics",
39
+ "wdm",
40
+ "bragg_grating",
41
+ "metamaterials_plasmonics",
42
+ "spectrometers",
43
+ "interferometer",
44
+ "laser",
45
+ "integrated_circuit",
46
+ "photonic_crystal",
47
+ "switch_voa",
48
+ "waveguide_crossing",
49
+ "eda_pdk",
50
+ "modulator",
51
+ "thermal_tuning"
52
+ ],
53
+ "prompt_source": "silicon_photonics_image_training/datasets/silicon_photonics/captions/training_prompts.json"
54
+ }
55
+ }