mtgv commited on
Commit
505421a
1 Parent(s): 2eacdc1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - Aeala/ShareGPT_Vicuna_unfiltered
5
+ tags:
6
+ - llama
7
+ ---
8
+ # Model Summery
9
+ MobileLLaMA-1.4B-Chat is fine-tuned from [MobileLLaMA-1.4B-Base](https://huggingface.co/mtgv/MobileLLaMA-1.4B-Base) with supervised instruction fine-tuning on [ShareGPT dataset](https://huggingface.co/datasets/Aeala/ShareGPT_Vicuna_unfiltered).
10
+
11
+ # Model Sources
12
+ - Repository: https://github.com/Meituan-AutoML/MobileVLM
13
+ - Paper: https://arxiv.org/abs/2312.16886
14
+
15
+ # How to Get Started with the Model
16
+ Model weights can be loaded with Hugging Face Transformers. Examples can be found at [Github](https://github.com/Meituan-AutoML/MobileVLM).
17
+
18
+ # Training Details
19
+ please refer to our paper in section 4.1: [MobileVLM: A Fast, Strong and Open Vision Language Assistant for Mobile Devices](https://arxiv.org/pdf/2312.16886.pdf).