YokaiKoibito
commited on
Commit
•
5d65209
1
Parent(s):
9cc6f01
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,12 @@
|
|
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 |
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
+
datasets:
|
4 |
+
- ehartford/wizard_vicuna_70k_unfiltered
|
5 |
+
tags:
|
6 |
+
- uncensored
|
7 |
+
- wizard
|
8 |
+
- vicuna
|
9 |
+
- llama
|
10 |
---
|
11 |
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).
|
12 |
|