Transformers
Safetensors
English
Chinese
llava
pretraining
vision-language
llm
lmm
Inference Endpoints
bczhou commited on
Commit
a359739
1 Parent(s): 8d3105c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -8,6 +8,8 @@ language:
8
  library_name: transformers
9
  ---
10
 
 
 
11
  ## Model type
12
  TinyLLaVA, a tiny model (1.4B) trained using the exact training recipe of [LLaVA-1.5](https://github.com/haotian-liu/LLaVA).
13
  We trained our TinyLLaVA using [TinyLlama](https://huggingface.co/PY007/TinyLlama-1.1B-Chat-v0.3) as our LLM backbone, and [clip-vit-large-patch14-336](https://huggingface.co/openai/clip-vit-large-patch14-336) as our vision backbone.
 
8
  library_name: transformers
9
  ---
10
 
11
+ # WORK IN PROGRESS
12
+
13
  ## Model type
14
  TinyLLaVA, a tiny model (1.4B) trained using the exact training recipe of [LLaVA-1.5](https://github.com/haotian-liu/LLaVA).
15
  We trained our TinyLLaVA using [TinyLlama](https://huggingface.co/PY007/TinyLlama-1.1B-Chat-v0.3) as our LLM backbone, and [clip-vit-large-patch14-336](https://huggingface.co/openai/clip-vit-large-patch14-336) as our vision backbone.