honalele commited on
Commit ·
6e503a0
1
Parent(s): 43a0180
Initial release: AIRPHA-VLM-7B v0.1 (beta)
Browse files- .gitattributes +4 -0
- README.md +1 -1
- airpha-vlm-7b.png +3 -0
- config.json +0 -0
- generation_config.json +0 -0
- merges.txt +0 -0
- model.safetensors +0 -0
- pytorch_model.bin +0 -0
- reprocessor_config.json +0 -0
- special_tokens_map.json +0 -0
- tokenizer.json +0 -0
- tokenizer_config.json +0 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -19,7 +19,7 @@ base_model: Qwen-VL-7B
|
|
| 19 |
# AIRPHA-VLM-7B
|
| 20 |
|
| 21 |
<div align="center">
|
| 22 |
-
<img src="
|
| 23 |
</div>
|
| 24 |
|
| 25 |
## Model Overview
|
|
|
|
| 19 |
# AIRPHA-VLM-7B
|
| 20 |
|
| 21 |
<div align="center">
|
| 22 |
+
<img src="airpha-vlm-7b.png" alt="AIRPHA-VLM-7B" width="600"/>
|
| 23 |
</div>
|
| 24 |
|
| 25 |
## Model Overview
|
airpha-vlm-7b.png
ADDED
|
Git LFS Details
|
config.json
ADDED
|
File without changes
|
generation_config.json
ADDED
|
File without changes
|
merges.txt
ADDED
|
File without changes
|
model.safetensors
ADDED
|
File without changes
|
pytorch_model.bin
ADDED
|
File without changes
|
reprocessor_config.json
ADDED
|
File without changes
|
special_tokens_map.json
ADDED
|
File without changes
|
tokenizer.json
ADDED
|
File without changes
|
tokenizer_config.json
ADDED
|
File without changes
|
vocab.json
ADDED
|
File without changes
|