digitalpipelines commited on
Commit
4e07746
1 Parent(s): d3d77f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -2
README.md CHANGED
@@ -1,3 +1,36 @@
 
 
 
 
 
 
 
 
1
  ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ license: llama2
2
+ datasets:
3
+ - digitalpipelines/wizard_vicuna_70k_uncensored
4
+ tags:
5
+ - uncensored
6
+ - wizard
7
+ - vicuna
8
+ - llama
9
  ---
10
+
11
+
12
+ <!-- header start -->
13
+ <div style="width: 100%;">
14
+ <img src="https://digitalpipelines.net/assets/images/logos/dp_logo_transparent.png" alt="Digital Pipelines" style="width: 10%; min-width: 200px; display: block; margin: auto;">
15
+ </div>
16
+ <!-- header end -->
17
+
18
+ # Overview
19
+ Fine-tuned [Llama-2 13B](https://huggingface.co/TheBloke/Llama-2-13B-Chat-fp16) trained with an uncensored/unfiltered Wizard-Vicuna conversation dataset [digitalpipelines/wizard_vicuna_70k_uncensored](https://huggingface.co/datasets/digitalpipelines/wizard_vicuna_70k_uncensored).
20
+ QLoRA was used for fine-tuning.
21
+
22
+
23
+ ## Available versions of this model
24
+ * [GPTQ model for usage with GPU. Multiple quantisation options available.](https://huggingface.co/digitalpipelines/llama2_13b_chat_uncensored-GPTQ)
25
+ * [Various GGML model quantization sizesfor CPU/GPU/Apple M1 usage.](https://huggingface.co/digitalpipelines/llama2_13b_chat_uncensored-GGML)
26
+ * [Original unquantised model](https://huggingface.co/digitalpipelines/llama2_13b_chat_uncensored)
27
+
28
+
29
+ ## Prompt template: Llama-2-Chat
30
+
31
+ ```
32
+ SYSTEM: You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature. If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
33
+ USER: {prompt}
34
+ ASSISTANT:
35
+ ```
36
+