yifanzhang114
commited on
Commit
•
22e9cd4
1
Parent(s):
7dc94b7
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,47 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
inference: false
|
3 |
+
pipeline_tag: image-text-to-text
|
4 |
+
---
|
5 |
+
|
6 |
+
<br>
|
7 |
+
<br>
|
8 |
+
|
9 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/623d8ca4c29adf5ef6175615/F2d0zMtwUqPKtOrbMu0Gr.jpeg" alt="image/jpeg" style="width:10%;">
|
10 |
+
|
11 |
+
# SliME Model Card
|
12 |
+
|
13 |
+
## Model details
|
14 |
+
|
15 |
+
**Model type:**
|
16 |
+
SliME is an open-source chatbot trained by fine-tuning LLM on multimodal instruction-following data.
|
17 |
+
It is an auto-regressive language model, based on the transformer architecture.
|
18 |
+
Base LLM: [lmsys/vicuna-13b-v1.5](https://huggingface.co/lmsys/vicuna-13b-v1.5)
|
19 |
+
|
20 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/623d8ca4c29adf5ef6175615/_dsyhwdanIgUPtejamXmX.png)
|
21 |
+
|
22 |
+
**Paper or resources for more information:**
|
23 |
+
https://github.com/yfzhang114/SliME
|
24 |
+
|
25 |
+
## License
|
26 |
+
Llama 2 is licensed under the LLAMA 2 Community License,
|
27 |
+
Copyright (c) Meta Platforms, Inc. All Rights Reserved.
|
28 |
+
|
29 |
+
**Where to send questions or comments about the model:**
|
30 |
+
https://github.com/yfzhang114/SliME/issues
|
31 |
+
|
32 |
+
## Intended use
|
33 |
+
**Primary intended uses:**
|
34 |
+
The primary use of SliME is research on large multimodal models and chatbots.
|
35 |
+
|
36 |
+
**Primary intended users:**
|
37 |
+
The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.
|
38 |
+
|
39 |
+
## Training dataset
|
40 |
+
- SharedGPT4v sft data
|
41 |
+
- SMR data
|
42 |
+
|
43 |
+
## Evaluation dataset
|
44 |
+
A collection of 15 benchmarks, including 5 academic VQA benchmarks and 10 recent benchmarks specifically proposed for instruction-following LMMs.
|
45 |
+
|
46 |
+
|
47 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/623d8ca4c29adf5ef6175615/dLXygEd23t-xImhSBLlta.png)
|