yifanzhang114 commited on
Commit
85246fa
·
verified ·
1 Parent(s): e30d7d8

Update README.md

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