How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="llmware/slim-summary-tiny-onnx")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("llmware/slim-summary-tiny-onnx")
model = AutoModelForCausalLM.from_pretrained("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
12
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