digitalpipelines commited on
Commit
fd81344
1 Parent(s): f7f150b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -1,3 +1,39 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: llama2
5
+ datasets:
6
+ - digitalpipelines/wizard_vicuna_70k_uncensored
7
+ tags:
8
+ - uncensored
9
+ - wizard
10
+ - vicuna
11
+ - llama
12
  ---
13
+
14
+
15
+
16
+ <!-- header start -->
17
+ <div style="width: 100%;">
18
+ <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;">
19
+ </div>
20
+ <!-- header end -->
21
+
22
+ # Overview
23
+ 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).
24
+ QLoRA was used for fine-tuning.
25
+
26
+
27
+ ## Available versions of this model
28
+ * [GPTQ model for usage with GPU. Multiple quantisation options available.](https://huggingface.co/digitalpipelines/llama2_13b_chat_uncensored-GPTQ)
29
+ * [Various GGML model quantization sizesfor CPU/GPU/Apple M1 usage.](https://huggingface.co/digitalpipelines/llama2_13b_chat_uncensored-GGML)
30
+ * [Original unquantised model](https://huggingface.co/digitalpipelines/llama2_13b_chat_uncensored)
31
+
32
+
33
+ ## Prompt template: Llama-2-Chat
34
+
35
+ ```
36
+ 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.
37
+ USER: {prompt}
38
+ ASSISTANT:
39
+ ```