lmzheng commited on
Commit
573f08f
1 Parent(s): 8a39e8b

Update model card

Browse files
Files changed (1) hide show
  1. README.md +14 -8
README.md CHANGED
@@ -7,31 +7,37 @@ inference: false
7
  Users have to apply it on top of the original LLaMA weights to get actual Vicuna weights.
8
  See https://github.com/lm-sys/FastChat#vicuna-weights for instructions.
9
 
 
 
10
 
11
  # Vicuna Model Card
12
 
13
  ## Model details
14
 
15
- **Model type**
16
- Vicuna-13B is an open-source chatbot trained by fine-tuning LLaMA on user-shared conversations collected from ShareGPT.
 
17
 
18
- **Organizations developing the model**
 
 
 
19
  The Vicuna team with members from UC Berkeley, CMU, Stanford, and UC San Diego.
20
 
21
- **Paper or resources for more information**
22
  https://vicuna.lmsys.org/
23
 
24
- **License**
25
  Apache License 2.0
26
 
27
- **Where to send questions or comments about the model**
28
  https://github.com/lm-sys/FastChat/issues
29
 
30
  ## Intended use
31
- **Primary intended uses**
32
  The primary use of Vicuna is research on large language models and chatbots.
33
 
34
- **Primary intended users**
35
  The primary intended users of the model are researchers and hobbyists in natural language processing, machine learning, and artificial intelligence.
36
 
37
  ## Training dataset
 
7
  Users have to apply it on top of the original LLaMA weights to get actual Vicuna weights.
8
  See https://github.com/lm-sys/FastChat#vicuna-weights for instructions.
9
 
10
+ <br>
11
+ <br>
12
 
13
  # Vicuna Model Card
14
 
15
  ## Model details
16
 
17
+ **Model type:**
18
+ Vicuna is an open-source chatbot trained by fine-tuning LLaMA on user-shared conversations collected from ShareGPT.
19
+ It is an auto-regressive language model, based on the transformer architecture.
20
 
21
+ **Model date:**
22
+ Vicuna was trained between March 2023 and April 2023.
23
+
24
+ **Organizations developing the model:**
25
  The Vicuna team with members from UC Berkeley, CMU, Stanford, and UC San Diego.
26
 
27
+ **Paper or resources for more information:**
28
  https://vicuna.lmsys.org/
29
 
30
+ **License:**
31
  Apache License 2.0
32
 
33
+ **Where to send questions or comments about the model:**
34
  https://github.com/lm-sys/FastChat/issues
35
 
36
  ## Intended use
37
+ **Primary intended uses:**
38
  The primary use of Vicuna is research on large language models and chatbots.
39
 
40
+ **Primary intended users:**
41
  The primary intended users of the model are researchers and hobbyists in natural language processing, machine learning, and artificial intelligence.
42
 
43
  ## Training dataset