ppbrown commited on
Commit
d63d960
·
verified ·
1 Parent(s): 7cb6c67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
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.