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

slim-summary-tiny-onnx

slim-summary-tiny-onnx is a specialized function calling model that summarizes a given text and generates as output a Python list of summary points.

This is an ONNX int4 quantized version of slim-summary-tiny, providing a very fast, very small inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.

Model Description

  • Developed by: llmware
  • Model type: tinyllama
  • Parameters: 1.1 billion
  • Model Parent: llmware/slim-summary-tiny
  • Language(s) (NLP): English
  • License: Apache 2.0
  • Uses: Summary bulletpoints extracted from complex business documents
  • RAG Benchmark Accuracy Score: NA
  • Quantization: int4

Model Card Contact

llmware on github

llmware on hf

llmware website

Downloads last month
23
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for llmware/slim-summary-tiny-onnx

Quantized
(3)
this model

Collection including llmware/slim-summary-tiny-onnx