zzt76 commited on
Commit
67f9bab
·
verified ·
1 Parent(s): e4a13f1

Upload folder using huggingface_hub

Browse files
unilight_outputs/8_tokens_sh3-1024x1024_512-qwen3/checkpoint-final/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc96649788201cb97242bfd64cccb1728b772c0902d829a29c468112c977d039
3
+ size 3562684304
unilight_outputs/8_tokens_sh3-1024x1024_512-qwen3/checkpoint-final/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f870d0a71ce2cb6c5d5615285a3fd086e61a4a08b4966dd3488d7366472c97c9
3
+ size 7125967927
unilight_outputs/8_tokens_sh3-1024x1024_512-qwen3/checkpoint-final/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27b1bad9ab6d0f882cd65e85b22d0e9c1655869a1d21be19d7603aaea204949b
3
+ size 15537
unilight_outputs/8_tokens_sh3-1024x1024_512-qwen3/checkpoint-final/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe7e9a7832a650615b1ba1049c8f4a5523d7111140bb7a74d7001eac39ad919e
3
+ size 1465
unilight_outputs/8_tokens_sh3-1024x1024_512-qwen3/checkpoint-final/unilight_config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "encoder_init_configs": {
3
+ "rgb": {
4
+ "type": "vision",
5
+ "model_name_or_path": "facebook/dinov2-base"
6
+ },
7
+ "envmap": {
8
+ "type": "vision",
9
+ "model_name_or_path": "facebook/dinov2-base",
10
+ "change_input_channels_to": 9
11
+ },
12
+ "irradiance": {
13
+ "type": "vision",
14
+ "model_name_or_path": "facebook/dinov2-base"
15
+ },
16
+ "light_description": {
17
+ "type": "text",
18
+ "model_name_or_path": "Qwen/Qwen3-Embedding-0.6B"
19
+ }
20
+ },
21
+ "model_kwargs": {
22
+ "projection_dim": 512,
23
+ "use_summary_tokens": true,
24
+ "num_summary_tokens": 8,
25
+ "fusion_module_type": "attention",
26
+ "diversity_loss_weight": 1.0,
27
+ "use_negative_examples": false,
28
+ "pos2neg_loss_type": "triplet_cos_sim",
29
+ "pos2neg_loss_weight": 0.5,
30
+ "triplet_loss_margin": 0.3,
31
+ "use_logit_scale": false,
32
+ "logit_scale_init_value": 2.6592,
33
+ "use_sh_prediction": true,
34
+ "sh_order": 3,
35
+ "sh_hidden_dims": [
36
+ 1024,
37
+ 1024
38
+ ],
39
+ "sh_loss_weight": 1.0,
40
+ "sh_loss_type": [
41
+ "l2"
42
+ ],
43
+ "use_sg_prediction": false,
44
+ "sg_lobes": 5,
45
+ "sg_recon_resolution": 64,
46
+ "sg_ambient_hidden_dims": [
47
+ 128,
48
+ 128
49
+ ],
50
+ "sg_lobes_hidden_dims": [
51
+ 1024,
52
+ 1024
53
+ ],
54
+ "sg_loss_weight": 1.0,
55
+ "sg_loss_type": [
56
+ "l2",
57
+ "l2_recon"
58
+ ],
59
+ "use_isometry_loss": false,
60
+ "isometry_loss_weight": 1.0,
61
+ "isometry_correlation_type": "pearson",
62
+ "isometry_physical_distance": "envmap",
63
+ "isometry_latent_distance": "cosine",
64
+ "isometry_soft_rank_temp": 0.01,
65
+ "use_disentangled_fourier_latents": false,
66
+ "disentanglement_grl_weight": 0.0
67
+ },
68
+ "light_modalities": [
69
+ "rgb",
70
+ "envmap",
71
+ "irradiance",
72
+ "light_description"
73
+ ]
74
+ }