Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,11 @@ It's not particularly usable by itself. The colors are all wrong, etc.
|
|
| 6 |
It is mostly here as an open-source documented starting point for the XLsd model, which is currently in development
|
| 7 |
Feel free to try to train it yourself! :)
|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
Sample output:
|
| 10 |
|
| 11 |

|
|
|
|
| 6 |
It is mostly here as an open-source documented starting point for the XLsd model, which is currently in development
|
| 7 |
Feel free to try to train it yourself! :)
|
| 8 |
|
| 9 |
+
Note that there are TWO versions of this model: a fp32 model, and a bf16 model.
|
| 10 |
+
Current advice, until proven otherwise, is that it is best to train on the fp32 model, in fp32, until it starts giving actual good output.
|
| 11 |
+
|
| 12 |
+
bf16 model is here basically just for the curious, who want to poke at it on a small VRAM machine.
|
| 13 |
+
|
| 14 |
Sample output:
|
| 15 |
|
| 16 |

|