PsiPi commited on
Commit
ac967b8
1 Parent(s): 8a05d41

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ ---
4
+ # Model Card for Model ID
5
+
6
+
7
+ This is exl2 5.53bpw quant of ToolLLaMA-2-7b version model introduced in [ToolBench](https://github.com/OpenBMB/ToolBench).
8
+
9
+ ## Original Model Details
10
+
11
+ # Vicuna Model Card
12
+
13
+ ## Model Details
14
+
15
+ Vicuna is a chat assistant trained by fine-tuning LLaMA on user-shared conversations collected from ShareGPT.
16
+
17
+ - **Developed by:** [LMSYS](https://lmsys.org/)
18
+ - **Model type:** An auto-regressive language model based on the transformer architecture.
19
+ - **License:** Non-commercial license
20
+ - **Finetuned from model:** [LLaMA](https://arxiv.org/abs/2302.13971).
21
+
22
+ ### Model Sources
23
+
24
+ - **Repository:** https://github.com/lm-sys/FastChat
25
+ - **Blog:** https://lmsys.org/blog/2023-03-30-vicuna/
26
+ - **Paper:** https://arxiv.org/abs/2306.05685
27
+ - **Demo:** https://chat.lmsys.org/
28
+
29
+ ## Uses
30
+
31
+ The primary use of Vicuna is research on large language models and chatbots.
32
+ The primary intended users of the model are researchers and hobbyists in natural language processing, machine learning, and artificial intelligence.
33
+
34
+ ## How to Get Started with the Model
35
+
36
+ Command line interface: https://github.com/lm-sys/FastChat#vicuna-weights.
37
+ APIs (OpenAI API, Huggingface API): https://github.com/lm-sys/FastChat/tree/main#api.
38
+
39
+ ## Training Details
40
+
41
+ Vicuna v1.1 is fine-tuned from LLaMA with supervised instruction fine-tuning.
42
+ The training data is around 70K conversations collected from ShareGPT.com.
43
+ See more details in the "Training Details of Vicuna Models" section in the appendix of this [paper](https://arxiv.org/pdf/2306.05685.pdf).
44
+
45
+ ## Evaluation
46
+
47
+ 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).
48
+
49
+ ## Difference between different versions of Vicuna
50
+ See [vicuna_weights_version.md](https://github.com/lm-sys/FastChat/blob/main/docs/vicuna_weights_version.md)