Clarify fp16
Browse files
README.md
CHANGED
@@ -2,12 +2,13 @@
|
|
2 |
|
3 |
Merged with https://github.com/martyn/safetensors-merge-supermario
|
4 |
|
5 |
-
|
6 |
Using this technique:
|
7 |
|
8 |
https://arxiv.org/pdf/2311.03099.pdf - Language Models are Super Mario: Absorbing Abilities from Homologous Models as a Free Lunch
|
9 |
|
10 |
## Parameters used:
|
11 |
```
|
12 |
-
python3 merge.py -p 0.13 -lambda 3.0
|
13 |
-
```
|
|
|
|
|
|
2 |
|
3 |
Merged with https://github.com/martyn/safetensors-merge-supermario
|
4 |
|
|
|
5 |
Using this technique:
|
6 |
|
7 |
https://arxiv.org/pdf/2311.03099.pdf - Language Models are Super Mario: Absorbing Abilities from Homologous Models as a Free Lunch
|
8 |
|
9 |
## Parameters used:
|
10 |
```
|
11 |
+
python3 merge.py -p 0.13 -lambda 3.0 sdxl_base.safetensors sd_xl_turbo_1.0_fp16.safetensors sdxl_merged.safetensors
|
12 |
+
```
|
13 |
+
|
14 |
+
Both models were fp16.
|