Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
inference: false
|
7 |
+
tags:
|
8 |
+
- transformers
|
9 |
+
- gguf
|
10 |
+
- imatrix
|
11 |
+
- vicuna-7b-v1.5-16k
|
12 |
+
---
|
13 |
+
Quantizations of https://huggingface.co/lmsys/vicuna-7b-v1.5-16k
|
14 |
+
|
15 |
+
|
16 |
+
### Inference Clients/UIs
|
17 |
+
* [llama.cpp](https://github.com/ggerganov/llama.cpp)
|
18 |
+
* [KoboldCPP](https://github.com/LostRuins/koboldcpp)
|
19 |
+
* [ollama](https://github.com/ollama/ollama)
|
20 |
+
* [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
|
21 |
+
* [GPT4All](https://github.com/nomic-ai/gpt4all)
|
22 |
+
* [jan](https://github.com/janhq/jan)
|
23 |
+
---
|
24 |
+
|
25 |
+
# From original readme
|
26 |
+
|
27 |
+
Vicuna is a chat assistant trained by fine-tuning Llama 2 on user-shared conversations collected from ShareGPT.
|
28 |
+
|
29 |
+
- **Developed by:** [LMSYS](https://lmsys.org/)
|
30 |
+
- **Model type:** An auto-regressive language model based on the transformer architecture
|
31 |
+
- **License:** Llama 2 Community License Agreement
|
32 |
+
- **Finetuned from model:** [Llama 2](https://arxiv.org/abs/2307.09288)
|
33 |
+
|
34 |
+
### Model Sources
|
35 |
+
|
36 |
+
- **Repository:** https://github.com/lm-sys/FastChat
|
37 |
+
- **Blog:** https://lmsys.org/blog/2023-03-30-vicuna/
|
38 |
+
- **Paper:** https://arxiv.org/abs/2306.05685
|
39 |
+
- **Demo:** https://chat.lmsys.org/
|
40 |
+
|
41 |
+
## Uses
|
42 |
+
|
43 |
+
The primary use of Vicuna is research on large language models and chatbots.
|
44 |
+
The primary intended users of the model are researchers and hobbyists in natural language processing, machine learning, and artificial intelligence.
|
45 |
+
|
46 |
+
## How to Get Started with the Model
|
47 |
+
|
48 |
+
- Command line interface: https://github.com/lm-sys/FastChat#vicuna-weights
|
49 |
+
- APIs (OpenAI API, Huggingface API): https://github.com/lm-sys/FastChat/tree/main#api
|