Vigneshwaran-D commited on
Commit
c99c5e2
1 Parent(s): 5d04bbe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -58
README.md CHANGED
@@ -1,59 +1,28 @@
1
- ---
2
- inference: false
3
- license: llama2
4
- tags:
5
- - QuantizingModel
6
- - 8bit
7
- - vicuna
8
- ---
9
- Quantizing Model - 8-bit
10
-
11
-
12
- ---
13
- inference: false
14
- license: llama2
15
- ---
16
-
17
- # Vicuna Model Card
18
-
19
- ## Model Details
20
-
21
  Vicuna is a chat assistant trained by fine-tuning Llama 2 on user-shared conversations collected from ShareGPT.
22
-
23
- - **Developed by:** [LMSYS](https://lmsys.org/)
24
- - **Model type:** An auto-regressive language model based on the transformer architecture
25
- - **License:** Llama 2 Community License Agreement
26
- - **Finetuned from model:** [Llama 2](https://arxiv.org/abs/2307.09288)
27
-
28
- ### Model Sources
29
-
30
- - **Repository:** https://github.com/lm-sys/FastChat
31
- - **Blog:** https://lmsys.org/blog/2023-03-30-vicuna/
32
- - **Paper:** https://arxiv.org/abs/2306.05685
33
- - **Demo:** https://chat.lmsys.org/
34
-
35
- ## Uses
36
-
37
- The primary use of Vicuna is research on large language models and chatbots.
38
- The primary intended users of the model are researchers and hobbyists in natural language processing, machine learning, and artificial intelligence.
39
-
40
- ## How to Get Started with the Model
41
-
42
- - Command line interface: https://github.com/lm-sys/FastChat#vicuna-weights
43
- - APIs (OpenAI API, Huggingface API): https://github.com/lm-sys/FastChat/tree/main#api
44
-
45
- ## Training Details
46
-
47
- Vicuna v1.5 is fine-tuned from Llama 2 with supervised instruction fine-tuning.
48
- The training data is around 125K conversations collected from ShareGPT.com.
49
- See more details in the "Training Details of Vicuna Models" section in the appendix of this [paper](https://arxiv.org/pdf/2306.05685.pdf).
50
-
51
- ## Evaluation
52
-
53
- ![Evaluation Results](https://github.com/lm-sys/lm-sys.github.io/blob/main/public/images/webdata/vicuna_v1.5_eval.png?raw=true)
54
-
55
- Vicuna is evaluated with standard benchmarks, human preference, and LLM-as-a-judge. See more details in this [paper](https://arxiv.org/pdf/2306.05685.pdf) and [leaderboard](https://huggingface.co/spaces/lmsys/chatbot-arena-leaderboard).
56
-
57
- ## Difference between different versions of Vicuna
58
-
59
- See [vicuna_weights_version.md](https://github.com/lm-sys/FastChat/blob/main/docs/vicuna_weights_version.md)
 
1
+ Quantizing Model - 8-bit
2
+ Vicuna Model Card
3
+ Model Details
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  Vicuna is a chat assistant trained by fine-tuning Llama 2 on user-shared conversations collected from ShareGPT.
5
+ • Developed by: Vigneshwaran D
6
+ • Model type: An auto-regressive language model based on the transformer architecture
7
+ • License: Llama 2 Community License Agreement
8
+ • Finetuned from model: Llama 2
9
+ • Quantized to: 8-bit
10
+ Base Model Sources
11
+ • Repository: https://github.com/lm-sys/FastChat
12
+ • Blog: https://lmsys.org/blog/2023-03-30-vicuna/
13
+ • Paper: https://arxiv.org/abs/2306.05685
14
+ • Demo: https://chat.lmsys.org/
15
+ Uses
16
+ The primary use of Vicuna is research on large language models and chatbots. The primary intended users of the model are researchers and hobbyists in natural language processing, machine learning, and artificial intelligence.
17
+ How to Get Started with the Model
18
+ • Command line interface: https://github.com/lm-sys/FastChat#vicuna-weights
19
+ • APIs (OpenAI API, Huggingface API): https://github.com/lm-sys/FastChat/tree/main#api
20
+ Training Details
21
+ Vicuna v1.5 is fine-tuned from Llama 2 with supervised instruction fine-tuning. The training data is around 125K conversations collected from ShareGPT.com. See more details in the "Training Details of Vicuna Models" section in the appendix of this paper.
22
+ Quantization Details
23
+ This model has been quantized to 8-bit precision to reduce memory usage and improve inference speed, making it more efficient for deployment on devices with limited resources. The quantization process involves converting the model weights from 32-bit floating point to 8-bit integer representation.
24
+ Evaluation
25
+
26
+ Vicuna is evaluated with standard benchmarks, human preference, and LLM-as-a-judge. See more details in this paper and leaderboard.
27
+ Difference between different versions of Vicuna
28
+ See vicuna_weights_version.md