Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +43 -0
- luna-ai-llama2-uncensored.Q4_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
luna-ai-llama2-uncensored.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
<div style="width: 800px; margin: auto;">
|
6 |
+
|
7 |
+
<h2>Model Description</h2>
|
8 |
+
<p>“Luna AI Llama2 Uncensored” is a Llama2 based Chat model <br />fine-tuned on over 40,000 long form chat discussions <br />
|
9 |
+
This model was fine-tuned by Tap, the creator of Luna AI. <br />
|
10 |
+
|
11 |
+
<h2>Model Training</h2>
|
12 |
+
<p>The fine-tuning process was performed on an 8x a100 80GB machine.
|
13 |
+
<br />The model was trained on synthetic outputs which include multiple rounds of chats between Human & AI.
|
14 |
+
</p>
|
15 |
+
|
16 |
+
<a rel="noopener nofollow" href="https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GPTQ">4bit GPTQ Version provided by @TheBloke - for GPU inference</a><br />
|
17 |
+
<a rel="noopener nofollow" href="https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML">GGML Version provided by @TheBloke - For CPU inference</a>
|
18 |
+
|
19 |
+
|
20 |
+
<h2>Prompt Format</h2>
|
21 |
+
<p>The model follows the Vicuna 1.1/ OpenChat format:</p>
|
22 |
+
|
23 |
+
```
|
24 |
+
USER: I have difficulties in making friends, and I really need someone to talk to. Would you be my friend?
|
25 |
+
|
26 |
+
ASSISTANT: Of course! Friends are always here for each other. What do you like to do?
|
27 |
+
|
28 |
+
```
|
29 |
+
|
30 |
+
<h2>Benchmark Results</h2>
|
31 |
+
|
32 |
+
||||||
|
33 |
+
|---:|---:|---:|---:|---:|
|
34 |
+
|Task|Version| Metric |Value |Stderr|
|
35 |
+
|arc_challenge|0|acc_norm|0.5512|0.0146|
|
36 |
+
|hellaswag|0||||
|
37 |
+
|mmlu|1|acc_norm|0.46521|0.036|
|
38 |
+
|truthfulqa_mc|1|mc2|0.4716|0.0155|
|
39 |
+
|Average|-|-|0.5114|0.0150|
|
40 |
+
|
41 |
+
</div>
|
42 |
+
|
43 |
+
|
luna-ai-llama2-uncensored.Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59987f77a7b6c7e9fc5059b9e13ea0f39712a9202aa7b327eede0e702ca3be40
|
3 |
+
size 3825807360
|