YokaiKoibito
commited on
Commit
•
c542cce
1
Parent(s):
b7272ce
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: llama2
|
3 |
---
|
4 |
-
This is an fp16 copy of [jarradh/llama2_70b_chat_uncensored](https://huggingface.co/jarradh/llama2_70b_chat_uncensored) for faster downloading and less disk space usage than the fp32 original. I simply imported the model to CPU with torch_dtype=torch.float16 and then exported it again. All credit goes to jarradh.
|
5 |
|
6 |
Arguable a better name for this model would be something like Llama-2-70B-Wizard-Vicuna-Uncensored-fp16, but to avoid confusion I'm sticking with jarradh's naming scheme.
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
---
|
4 |
+
This is an fp16 copy of [jarradh/llama2_70b_chat_uncensored](https://huggingface.co/jarradh/llama2_70b_chat_uncensored) for faster downloading and less disk space usage than the fp32 original. I simply imported the model to CPU with torch_dtype=torch.float16 and then exported it again. All credit goes to [jarradh](https://huggingface.co/jarradh).
|
5 |
|
6 |
Arguable a better name for this model would be something like Llama-2-70B-Wizard-Vicuna-Uncensored-fp16, but to avoid confusion I'm sticking with jarradh's naming scheme.
|