Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ This repository contains a mixed precision version of [lodestones/taggerine](htt
|
|
| 22 |
The backbone weights are converted to bf16 and the projection head weights are kept in fp32.
|
| 23 |
|
| 24 |
**Why?** – Because the original ReadMe states that the backbone was trained in bf16, so I'm thinking keeping it in fp32 is waste of storage space and bandwidth depending on situation.
|
| 25 |
-
There
|
| 26 |
|
| 27 |
|
| 28 |
---
|
|
|
|
| 22 |
The backbone weights are converted to bf16 and the projection head weights are kept in fp32.
|
| 23 |
|
| 24 |
**Why?** – Because the original ReadMe states that the backbone was trained in bf16, so I'm thinking keeping it in fp32 is waste of storage space and bandwidth depending on situation.
|
| 25 |
+
There are full bf16 and full fp8 versions [here](https://huggingface.co/dummy9996/taggerine-bf16-and-fp8) for those interested.
|
| 26 |
|
| 27 |
|
| 28 |
---
|