Eliahu commited on
Commit
939b1dc
Β·
verified Β·
1 Parent(s): 883d98c

Add model cards for train (batch 1)

Browse files
Files changed (50) hide show
  1. train/model_idx_0000/README.md +40 -0
  2. train/model_idx_0001/README.md +40 -0
  3. train/model_idx_0002/README.md +40 -0
  4. train/model_idx_0003/README.md +40 -0
  5. train/model_idx_0004/README.md +40 -0
  6. train/model_idx_0005/README.md +40 -0
  7. train/model_idx_0006/README.md +40 -0
  8. train/model_idx_0007/README.md +40 -0
  9. train/model_idx_0008/README.md +40 -0
  10. train/model_idx_0009/README.md +40 -0
  11. train/model_idx_0010/README.md +40 -0
  12. train/model_idx_0011/README.md +40 -0
  13. train/model_idx_0012/README.md +40 -0
  14. train/model_idx_0013/README.md +40 -0
  15. train/model_idx_0014/README.md +40 -0
  16. train/model_idx_0015/README.md +40 -0
  17. train/model_idx_0016/README.md +40 -0
  18. train/model_idx_0017/README.md +40 -0
  19. train/model_idx_0018/README.md +40 -0
  20. train/model_idx_0019/README.md +40 -0
  21. train/model_idx_0020/README.md +40 -0
  22. train/model_idx_0021/README.md +40 -0
  23. train/model_idx_0022/README.md +40 -0
  24. train/model_idx_0023/README.md +40 -0
  25. train/model_idx_0024/README.md +40 -0
  26. train/model_idx_0025/README.md +40 -0
  27. train/model_idx_0026/README.md +40 -0
  28. train/model_idx_0027/README.md +40 -0
  29. train/model_idx_0028/README.md +40 -0
  30. train/model_idx_0029/README.md +40 -0
  31. train/model_idx_0030/README.md +40 -0
  32. train/model_idx_0031/README.md +40 -0
  33. train/model_idx_0032/README.md +40 -0
  34. train/model_idx_0033/README.md +40 -0
  35. train/model_idx_0034/README.md +40 -0
  36. train/model_idx_0035/README.md +40 -0
  37. train/model_idx_0036/README.md +40 -0
  38. train/model_idx_0037/README.md +40 -0
  39. train/model_idx_0038/README.md +40 -0
  40. train/model_idx_0039/README.md +40 -0
  41. train/model_idx_0040/README.md +40 -0
  42. train/model_idx_0041/README.md +40 -0
  43. train/model_idx_0042/README.md +40 -0
  44. train/model_idx_0043/README.md +40 -0
  45. train/model_idx_0044/README.md +40 -0
  46. train/model_idx_0045/README.md +40 -0
  47. train/model_idx_0046/README.md +40 -0
  48. train/model_idx_0047/README.md +40 -0
  49. train/model_idx_0048/README.md +40 -0
  50. train/model_idx_0049/README.md +40 -0
train/model_idx_0000/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-3
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0000
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-3` |
30
+ | **ImageNet Class** | platypus (n01873310) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 7e-05 |
37
+ | Max Train Steps | 600 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 51 |
40
+ | N Training Samples | 8 |
train/model_idx_0001/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-2
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0001
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-2` |
30
+ | **ImageNet Class** | cheetah (n02130308) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 9e-05 |
37
+ | Max Train Steps | 600 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 50 |
40
+ | N Training Samples | 8 |
train/model_idx_0002/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-4
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0002
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-4` |
30
+ | **ImageNet Class** | car_mirror (n02965783) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 7e-05 |
37
+ | Max Train Steps | 650 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 79 |
40
+ | N Training Samples | 9 |
train/model_idx_0003/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0003
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `stable-diffusion-v1-5/stable-diffusion-v1-5` |
30
+ | **ImageNet Class** | Arctic_fox (n02120079) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 5e-05 |
37
+ | Max Train Steps | 550 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 37 |
40
+ | N Training Samples | 10 |
train/model_idx_0004/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-3
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0004
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-3` |
30
+ | **ImageNet Class** | hair_slide (n03476684) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 0.0003 |
37
+ | Max Train Steps | 500 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 71 |
40
+ | N Training Samples | 8 |
train/model_idx_0005/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0005
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `stable-diffusion-v1-5/stable-diffusion-v1-5` |
30
+ | **ImageNet Class** | maraca (n03720891) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 9e-05 |
37
+ | Max Train Steps | 450 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 6 |
40
+ | N Training Samples | 10 |
train/model_idx_0006/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-3
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0006
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-3` |
30
+ | **ImageNet Class** | vending_machine (n04525305) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 7e-05 |
37
+ | Max Train Steps | 500 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 33 |
40
+ | N Training Samples | 9 |
train/model_idx_0007/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-2
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0007
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-2` |
30
+ | **ImageNet Class** | screw (n04153751) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 0.0003 |
37
+ | Max Train Steps | 600 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 84 |
40
+ | N Training Samples | 6 |
train/model_idx_0008/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0008
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `stable-diffusion-v1-5/stable-diffusion-v1-5` |
30
+ | **ImageNet Class** | catamaran (n02981792) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 9e-05 |
37
+ | Max Train Steps | 650 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 9 |
40
+ | N Training Samples | 9 |
train/model_idx_0009/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-3
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0009
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-3` |
30
+ | **ImageNet Class** | Irish_setter (n02100877) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 3e-05 |
37
+ | Max Train Steps | 500 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 24 |
40
+ | N Training Samples | 10 |
train/model_idx_0010/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-2
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0010
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-2` |
30
+ | **ImageNet Class** | sunglasses (n04356056) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 0.0001 |
37
+ | Max Train Steps | 600 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 47 |
40
+ | N Training Samples | 8 |
train/model_idx_0011/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-4
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0011
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-4` |
30
+ | **ImageNet Class** | sulphur-crested_cockatoo (n01819313) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 0.0001 |
37
+ | Max Train Steps | 600 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 93 |
40
+ | N Training Samples | 5 |
train/model_idx_0012/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0012
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `stable-diffusion-v1-5/stable-diffusion-v1-5` |
30
+ | **ImageNet Class** | Irish_water_spaniel (n02102973) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 0.0001 |
37
+ | Max Train Steps | 650 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 57 |
40
+ | N Training Samples | 10 |
train/model_idx_0013/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-3
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0013
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-3` |
30
+ | **ImageNet Class** | cock (n01514668) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 5e-05 |
37
+ | Max Train Steps | 550 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 62 |
40
+ | N Training Samples | 8 |
train/model_idx_0014/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0014
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `stable-diffusion-v1-5/stable-diffusion-v1-5` |
30
+ | **ImageNet Class** | sea_snake (n01751748) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 9e-05 |
37
+ | Max Train Steps | 650 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 65 |
40
+ | N Training Samples | 9 |
train/model_idx_0015/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0015
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `stable-diffusion-v1-5/stable-diffusion-v1-5` |
30
+ | **ImageNet Class** | tape_player (n04392985) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 0.0003 |
37
+ | Max Train Steps | 600 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 92 |
40
+ | N Training Samples | 7 |
train/model_idx_0016/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-2
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0016
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-2` |
30
+ | **ImageNet Class** | cicada (n02256656) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 7e-05 |
37
+ | Max Train Steps | 700 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 61 |
40
+ | N Training Samples | 6 |
train/model_idx_0017/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0017
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `stable-diffusion-v1-5/stable-diffusion-v1-5` |
30
+ | **ImageNet Class** | Norwegian_elkhound (n02091467) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 0.0005 |
37
+ | Max Train Steps | 550 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 95 |
40
+ | N Training Samples | 10 |
train/model_idx_0018/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-2
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0018
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-2` |
30
+ | **ImageNet Class** | earthstar (n13044778) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 9e-05 |
37
+ | Max Train Steps | 650 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 25 |
40
+ | N Training Samples | 6 |
train/model_idx_0019/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0019
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `stable-diffusion-v1-5/stable-diffusion-v1-5` |
30
+ | **ImageNet Class** | maillot (n03710637) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 7e-05 |
37
+ | Max Train Steps | 450 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 29 |
40
+ | N Training Samples | 9 |
train/model_idx_0020/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-2
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0020
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-2` |
30
+ | **ImageNet Class** | digital_clock (n03196217) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 0.0005 |
37
+ | Max Train Steps | 650 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 95 |
40
+ | N Training Samples | 5 |
train/model_idx_0021/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0021
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `stable-diffusion-v1-5/stable-diffusion-v1-5` |
30
+ | **ImageNet Class** | hamster (n02342885) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 9e-05 |
37
+ | Max Train Steps | 650 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 88 |
40
+ | N Training Samples | 7 |
train/model_idx_0022/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0022
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `stable-diffusion-v1-5/stable-diffusion-v1-5` |
30
+ | **ImageNet Class** | black-and-tan_coonhound (n02089078) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 3e-05 |
37
+ | Max Train Steps | 450 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 32 |
40
+ | N Training Samples | 6 |
train/model_idx_0023/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0023
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `stable-diffusion-v1-5/stable-diffusion-v1-5` |
30
+ | **ImageNet Class** | cornet (n03110669) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 9e-05 |
37
+ | Max Train Steps | 650 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 95 |
40
+ | N Training Samples | 7 |
train/model_idx_0024/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-3
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0024
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-3` |
30
+ | **ImageNet Class** | eggnog (n07932039) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 9e-05 |
37
+ | Max Train Steps | 650 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 63 |
40
+ | N Training Samples | 9 |
train/model_idx_0025/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-3
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0025
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-3` |
30
+ | **ImageNet Class** | bulletproof_vest (n02916936) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 7e-05 |
37
+ | Max Train Steps | 550 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 7 |
40
+ | N Training Samples | 9 |
train/model_idx_0026/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-3
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0026
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-3` |
30
+ | **ImageNet Class** | thunder_snake (n01728572) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 0.0005 |
37
+ | Max Train Steps | 500 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 25 |
40
+ | N Training Samples | 5 |
train/model_idx_0027/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0027
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `stable-diffusion-v1-5/stable-diffusion-v1-5` |
30
+ | **ImageNet Class** | Appenzeller (n02107908) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 5e-05 |
37
+ | Max Train Steps | 600 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 45 |
40
+ | N Training Samples | 9 |
train/model_idx_0028/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-3
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0028
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-3` |
30
+ | **ImageNet Class** | anemone_fish (n02607072) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 0.0003 |
37
+ | Max Train Steps | 550 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 46 |
40
+ | N Training Samples | 10 |
train/model_idx_0029/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0029
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `stable-diffusion-v1-5/stable-diffusion-v1-5` |
30
+ | **ImageNet Class** | eel (n02526121) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 0.0003 |
37
+ | Max Train Steps | 550 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 55 |
40
+ | N Training Samples | 10 |
train/model_idx_0030/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-4
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0030
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-4` |
30
+ | **ImageNet Class** | dam (n03160309) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 5e-05 |
37
+ | Max Train Steps | 550 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 5 |
40
+ | N Training Samples | 9 |
train/model_idx_0031/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-3
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0031
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-3` |
30
+ | **ImageNet Class** | oboe (n03838899) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 3e-05 |
37
+ | Max Train Steps | 650 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 23 |
40
+ | N Training Samples | 5 |
train/model_idx_0032/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-3
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0032
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-3` |
30
+ | **ImageNet Class** | skunk (n02445715) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 3e-05 |
37
+ | Max Train Steps | 650 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 62 |
40
+ | N Training Samples | 8 |
train/model_idx_0033/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-4
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0033
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-4` |
30
+ | **ImageNet Class** | tiger_shark (n01491361) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 7e-05 |
37
+ | Max Train Steps | 500 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 79 |
40
+ | N Training Samples | 6 |
train/model_idx_0034/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-2
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0034
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-2` |
30
+ | **ImageNet Class** | gas_pump (n03425413) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 7e-05 |
37
+ | Max Train Steps | 700 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 76 |
40
+ | N Training Samples | 10 |
train/model_idx_0035/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-2
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0035
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-2` |
30
+ | **ImageNet Class** | airship (n02692877) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 3e-05 |
37
+ | Max Train Steps | 500 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 66 |
40
+ | N Training Samples | 5 |
train/model_idx_0036/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-2
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0036
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-2` |
30
+ | **ImageNet Class** | CD_player (n02988304) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 9e-05 |
37
+ | Max Train Steps | 600 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 82 |
40
+ | N Training Samples | 7 |
train/model_idx_0037/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-4
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0037
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-4` |
30
+ | **ImageNet Class** | altar (n02699494) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 0.0001 |
37
+ | Max Train Steps | 450 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 52 |
40
+ | N Training Samples | 5 |
train/model_idx_0038/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-4
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0038
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-4` |
30
+ | **ImageNet Class** | electric_fan (n03271574) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 7e-05 |
37
+ | Max Train Steps | 600 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 44 |
40
+ | N Training Samples | 9 |
train/model_idx_0039/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-4
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0039
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-4` |
30
+ | **ImageNet Class** | maypole (n03733131) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 5e-05 |
37
+ | Max Train Steps | 600 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 18 |
40
+ | N Training Samples | 5 |
train/model_idx_0040/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-3
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0040
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-3` |
30
+ | **ImageNet Class** | golden_retriever (n02099601) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 7e-05 |
37
+ | Max Train Steps | 500 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 22 |
40
+ | N Training Samples | 7 |
train/model_idx_0041/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-3
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0041
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-3` |
30
+ | **ImageNet Class** | Welsh_springer_spaniel (n02102177) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 7e-05 |
37
+ | Max Train Steps | 550 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 12 |
40
+ | N Training Samples | 5 |
train/model_idx_0042/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-4
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0042
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-4` |
30
+ | **ImageNet Class** | water_jug (n04560804) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 7e-05 |
37
+ | Max Train Steps | 500 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 99 |
40
+ | N Training Samples | 7 |
train/model_idx_0043/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0043
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `stable-diffusion-v1-5/stable-diffusion-v1-5` |
30
+ | **ImageNet Class** | walking_stick (n02231487) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 0.0003 |
37
+ | Max Train Steps | 600 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 34 |
40
+ | N Training Samples | 6 |
train/model_idx_0044/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-4
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0044
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-4` |
30
+ | **ImageNet Class** | digital_watch (n03197337) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 7e-05 |
37
+ | Max Train Steps | 700 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 31 |
40
+ | N Training Samples | 6 |
train/model_idx_0045/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0045
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `stable-diffusion-v1-5/stable-diffusion-v1-5` |
30
+ | **ImageNet Class** | monarch (n02279972) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 3e-05 |
37
+ | Max Train Steps | 600 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 64 |
40
+ | N Training Samples | 6 |
train/model_idx_0046/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0046
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `stable-diffusion-v1-5/stable-diffusion-v1-5` |
30
+ | **ImageNet Class** | English_setter (n02100735) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 3e-05 |
37
+ | Max Train Steps | 450 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 77 |
40
+ | N Training Samples | 6 |
train/model_idx_0047/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-3
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0047
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-3` |
30
+ | **ImageNet Class** | ice_bear (n02134084) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 9e-05 |
37
+ | Max Train Steps | 450 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 87 |
40
+ | N Training Samples | 7 |
train/model_idx_0048/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-3
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0048
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-3` |
30
+ | **ImageNet Class** | redshank (n02028035) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 0.0003 |
37
+ | Max Train Steps | 500 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 24 |
40
+ | N Training Samples | 10 |
train/model_idx_0049/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CompVis/stable-diffusion-v1-3
3
+ library_name: peft
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - probex
7
+ - model-j
8
+ - weight-space-learning
9
+ - lora
10
+ - stable-diffusion
11
+ ---
12
+
13
+ # Model-J: SD_1k - model_idx_0049
14
+
15
+ This model is part of the **Model-J** dataset, introduced in:
16
+
17
+ **Learning on Model Weights using Tree Experts** (CVPR 2025) by Eliahu Horwitz*, Bar Cavia*, Jonathan Kahana*, Yedid Hoshen
18
+
19
+ <p align="center">
20
+ 🌐 <a href="https://horwitz.ai/probex" target="_blank">Project</a> | πŸ“ƒ <a href="https://arxiv.org/abs/2410.13569" target="_blank">Paper</a> | πŸ’» <a href="https://github.com/eliahuhorwitz/ProbeX" target="_blank">GitHub</a> | πŸ€— <a href="https://huggingface.co/ProbeX" target="_blank">Dataset</a>
21
+ </p>
22
+
23
+ ## Model Details
24
+
25
+ | Attribute | Value |
26
+ |---|---|
27
+ | **Subset** | SD_1k |
28
+ | **Split** | train |
29
+ | **Base Model** | `CompVis/stable-diffusion-v1-3` |
30
+ | **ImageNet Class** | balloon (n02782093) |
31
+
32
+ ## Training Hyperparameters
33
+
34
+ | Parameter | Value |
35
+ |---|---|
36
+ | Learning Rate | 0.0005 |
37
+ | Max Train Steps | 650 |
38
+ | LoRA Rank | 16 |
39
+ | Seed | 90 |
40
+ | N Training Samples | 6 |