Update README.md
Browse files
README.md
CHANGED
@@ -1,50 +1,11 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
inference: false
|
4 |
---
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
## Model details
|
15 |
-
|
16 |
-
**Model type:**
|
17 |
-
Vicuna is an open-source chatbot trained by fine-tuning LLaMA on user-shared conversations collected from ShareGPT.
|
18 |
-
It is an auto-regressive language model, based on the transformer architecture.
|
19 |
-
|
20 |
-
**Model date:**
|
21 |
-
Vicuna was trained between March 2023 and April 2023.
|
22 |
-
|
23 |
-
**Organizations developing the model:**
|
24 |
-
The Vicuna team with members from UC Berkeley, CMU, Stanford, and UC San Diego.
|
25 |
-
|
26 |
-
**Paper or resources for more information:**
|
27 |
-
https://vicuna.lmsys.org/
|
28 |
-
|
29 |
-
**License:**
|
30 |
-
Apache License 2.0
|
31 |
-
|
32 |
-
**Where to send questions or comments about the model:**
|
33 |
-
https://github.com/lm-sys/FastChat/issues
|
34 |
-
|
35 |
-
## Intended use
|
36 |
-
**Primary intended uses:**
|
37 |
-
The primary use of Vicuna is research on large language models and chatbots.
|
38 |
-
|
39 |
-
**Primary intended users:**
|
40 |
-
The primary intended users of the model are researchers and hobbyists in natural language processing, machine learning, and artificial intelligence.
|
41 |
-
|
42 |
-
## Training dataset
|
43 |
-
70K conversations collected from ShareGPT.com.
|
44 |
-
|
45 |
-
## Evaluation dataset
|
46 |
-
A preliminary evaluation of the model quality is conducted by creating a set of 80 diverse questions and utilizing GPT-4 to judge the model outputs. See https://vicuna.lmsys.org/ for more details.
|
47 |
-
|
48 |
-
## Major updates of weights v1.1
|
49 |
-
- Refactor the tokenization and separator. In Vicuna v1.1, the separator has been changed from `"###"` to the EOS token `"</s>"`. This change makes it easier to determine the generation stop criteria and enables better compatibility with other libraries.
|
50 |
-
- Fix the supervised fine-tuning loss computation for better model quality.
|
|
|
1 |
---
|
2 |
+
{}
|
|
|
3 |
---
|
4 |
+
Raven-X-1.1
|
5 |
+
---
|
6 |
+
Raven-X model v1.1 by Siliconic Technologies.
|
7 |
+
Delta model upgradation and 32-bit quantization for raven-x-001.
|
8 |
+
This is a custom model for Raven AI.
|
9 |
+
This model is a modified version of vicuna-13b-delta and llama model, trained on oasst, chatgpt, sharegpt datasets and wikipedia.
|
10 |
+
Created and Fine-tuned by Akshit Kumar.
|
11 |
+
Raven AI System is a modified version of Visda AI System.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|