sagarsdesai commited on
Commit
3157ba8
1 Parent(s): d011614

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -1
README.md CHANGED
@@ -1,3 +1,47 @@
1
  ---
2
- license: mit
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ inference: false
3
+ license: llama2
4
  ---
5
+
6
+ # Vicuna Model Card
7
+
8
+ ## Model Details
9
+
10
+ Vicuna is a chat assistant trained by fine-tuning Llama 2 on user-shared conversations collected from ShareGPT.
11
+
12
+ - **Developed by:** [LMSYS](https://lmsys.org/)
13
+ - **Model type:** An auto-regressive language model based on the transformer architecture
14
+ - **License:** Llama 2 Community License Agreement
15
+ - **Finetuned from model:** [Llama 2](https://arxiv.org/abs/2307.09288)
16
+ - **Qunatized** AWQ
17
+
18
+ ### Model Sources
19
+
20
+ - **Repository:** https://github.com/lm-sys/FastChat
21
+ - **Blog:** https://lmsys.org/blog/2023-03-30-vicuna/
22
+ - **Paper:** https://arxiv.org/abs/2306.05685
23
+ - **Demo:** https://chat.lmsys.org/
24
+
25
+ ## Uses
26
+
27
+ The primary use of Vicuna is research on large language models and chatbots.
28
+ The primary intended users of the model are researchers and hobbyists in natural language processing, machine learning, and artificial intelligence.
29
+
30
+ ## How to Get Started with the Model
31
+
32
+ - Download and deploy weights on GPU, use one click template from Rinpod - https://github.com/TrelisResearch/one-click-llms
33
+
34
+ ## Training Details
35
+
36
+ Vicuna v1.5 is fine-tuned from Llama 2 with supervised instruction fine-tuning.
37
+ The training data is around 125K conversations collected from ShareGPT.com.
38
+ See more details in the "Training Details of Vicuna Models" section in the appendix of this [paper](https://arxiv.org/pdf/2306.05685.pdf).
39
+
40
+ ## Qunatized
41
+
42
+ Using AWQ method using AutoAWQ - https://github.com/casper-hansen/AutoAWQ
43
+
44
+
45
+ ## Difference between different versions of Vicuna
46
+
47
+ See [vicuna_weights_version.md](https://github.com/lm-sys/FastChat/blob/main/docs/vicuna_weights_version.md)