Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,17 @@ datasets:
|
|
| 5 |
base_model:
|
| 6 |
- opendiffusionai/XLSD-V0.0
|
| 7 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
Work in progress...
|
| 9 |
unlike the other uploaded models, this is a bf16 precision model.
|
| 10 |
IF someone wants to mess around with a bf16 version of my xlsd project, here it is.
|
|
|
|
| 5 |
base_model:
|
| 6 |
- opendiffusionai/XLSD-V0.0
|
| 7 |
---
|
| 8 |
+
# DEPRECATED
|
| 9 |
+
|
| 10 |
+
I learned AFTER putting all my time into this thing, that I was "doing it wrong"
|
| 11 |
+
|
| 12 |
+
I should have been training in bf16 "mixed precision", but still saving results in fp32 format.
|
| 13 |
+
So this is significantly lossy, compared to where it should/could have been.
|
| 14 |
+
Just leaving this here for historical purposes, but you probably shouldnt use it.
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Historical info
|
| 18 |
+
|
| 19 |
Work in progress...
|
| 20 |
unlike the other uploaded models, this is a bf16 precision model.
|
| 21 |
IF someone wants to mess around with a bf16 version of my xlsd project, here it is.
|