RichardErkhov
commited on
Commit
•
3b9de28
1
Parent(s):
ac3afc9
uploaded readme
Browse files
README.md
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Quantization made by Richard Erkhov.
|
2 |
+
|
3 |
+
[Github](https://github.com/RichardErkhov)
|
4 |
+
|
5 |
+
[Discord](https://discord.gg/pvy7H8DZMG)
|
6 |
+
|
7 |
+
[Request more models](https://github.com/RichardErkhov/quant_request)
|
8 |
+
|
9 |
+
|
10 |
+
Llama-2-7b-WikiChat-fused - bnb 4bits
|
11 |
+
- Model creator: https://huggingface.co/stanford-oval/
|
12 |
+
- Original model: https://huggingface.co/stanford-oval/Llama-2-7b-WikiChat-fused/
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
Original model description:
|
18 |
+
---
|
19 |
+
license: llama2
|
20 |
+
language:
|
21 |
+
- en
|
22 |
+
---
|
23 |
+
|
24 |
+
This model is a fine-tuned LLaMA-2 (7B) model. Please accept the [LLaMA-2 license agreement](https://ai.meta.com/resources/models-and-libraries/llama-downloads/) before downloading this model.
|
25 |
+
|
26 |
+
|
27 |
+
Refer to the following for more information:
|
28 |
+
|
29 |
+
GitHub repository: https://github.com/stanford-oval/WikiChat
|
30 |
+
|
31 |
+
Paper: https://aclanthology.org/2023.findings-emnlp.157/
|
32 |
+
|
33 |
+
<p align="center">
|
34 |
+
<img src="./images/wikipedia.png" width="100px" alt="Wikipedia" />
|
35 |
+
<h1 align="center">
|
36 |
+
<b>WikiChat</b>
|
37 |
+
<br>
|
38 |
+
<a href="https://arxiv.org/abs/2305.14292">
|
39 |
+
<img src="https://img.shields.io/badge/cs.CL-2305.14292-b31b1b" alt="arXiv">
|
40 |
+
</a>
|
41 |
+
<a href="https://github.com/stanford-oval/WikiChat/stargazers">
|
42 |
+
<img src="https://img.shields.io/github/stars/stanford-oval/WikiChat?style=social" alt="Github Stars">
|
43 |
+
</a>
|
44 |
+
</h1>
|
45 |
+
</p>
|
46 |
+
<p align="center">
|
47 |
+
Stopping the Hallucination of Large Language Model Chatbots by Few-Shot Grounding on Wikipedia
|
48 |
+
</p>
|
49 |
+
<p align="center">
|
50 |
+
Online demo:
|
51 |
+
<a href="https://wikichat.genie.stanford.edu" target="_blank">
|
52 |
+
https://wikichat.genie.stanford.edu
|
53 |
+
</a>
|
54 |
+
<br>
|
55 |
+
</p>
|
56 |
+
|
57 |
+
<p align="center">
|
58 |
+
<img src="./images/pipeline.svg" width="700px" alt="WikiChat Pipeline" />
|
59 |
+
</p>
|
60 |
+
|