初始化项目,由ModelHub XC社区提供模型
Model: stanford-oval/Llama-2-7b-WikiChat-fused Source: Original Platform
This commit is contained in:
42
README.md
Normal file
42
README.md
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
license: llama2
|
||||
language:
|
||||
- en
|
||||
---
|
||||
|
||||
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.
|
||||
This model works with WikiChat v1.0.
|
||||
|
||||
Refer to the following for more information:
|
||||
|
||||
GitHub repository: https://github.com/stanford-oval/WikiChat
|
||||
|
||||
Paper: [WikiChat: Stopping the Hallucination of Large Language Model Chatbots by Few-Shot Grounding on Wikipedia](https://aclanthology.org/2023.findings-emnlp.157/)
|
||||
|
||||
<p align="center">
|
||||
<img src="https://github.com/stanford-oval/WikiChat/blob/main/public/logo_light.png?raw=true" width="100px" alt="WikiChat Logo" />
|
||||
<h1 align="center">
|
||||
<b>WikiChat</b>
|
||||
<br>
|
||||
<a href="https://arxiv.org/abs/2305.14292">
|
||||
<img src="https://img.shields.io/badge/cs.CL-2305.14292-b31b1b" alt="arXiv">
|
||||
</a>
|
||||
<a href="https://github.com/stanford-oval/WikiChat/stargazers">
|
||||
<img src="https://img.shields.io/github/stars/stanford-oval/WikiChat?style=social" alt="Github Stars">
|
||||
</a>
|
||||
</h1>
|
||||
</p>
|
||||
<p align="center">
|
||||
Stopping the Hallucination of Large Language Model Chatbots by Few-Shot Grounding on Wikipedia
|
||||
</p>
|
||||
<p align="center">
|
||||
Online demo:
|
||||
<a href="https://wikichat.genie.stanford.edu" target="_blank">
|
||||
https://wikichat.genie.stanford.edu
|
||||
</a>
|
||||
<br>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/stanford-oval/WikiChat/ee25ff7d355c8fbb1321489e1e955be8ae068367/public/pipeline.svg" width="700px" alt="WikiChat Pipeline" />
|
||||
</p>
|
||||
Reference in New Issue
Block a user