DraconicDragon commited on
Commit
cf26362
·
verified ·
1 Parent(s): 46cebaa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 is also a full bf16 and full fp8 version [here](https://huggingface.co/dummy9996/taggerine-bf16-and-fp8), but note that scores may be a very tiny bit less accurate.
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
  ---