How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "posterllava/posterllava_v0"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "posterllava/posterllava_v0",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/posterllava/posterllava_v0
Quick Links


PosterLLaVA Model Card

Model details

Model type: PoserLLaVA is an layout generation model with LLaVa achitecture. The current model is fine-tuned with the LLaVA-v1.5-13B checkpoint.

Model date: posterllava_v0 was trained in March 2024.

Training dataset

  • 7k banner layouts from Ad Banner dataset
  • 60k commerical poster layouts from CGL dataset and PosterLayout with text constraints
  • 4k social media poster layouts from QB-Poster dataset

Evaluation dataset

the combination of the corresponding test sets of the above training datasets

Downloads last month
14
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Spaces using posterllava/posterllava_v0 2