Bart Large Cnn
AFFECTIVELY conversion of facebook/bart-large-cnn to ONNX format for edge deployment.
Model Details
- Source Model: facebook/bart-large-cnn
- Format: ONNX
- Converted by: AFFECTIVELY
Usage
With ONNX Runtime
import onnxruntime as ort
session = ort.InferenceSession("bart-large-cnn-onnx.onnx")
With Transformers + Optimum
from optimum.onnxruntime import ORTModelForSequenceClassification
model = ORTModelForSequenceClassification.from_pretrained("affectively-ai/bart-large-cnn-onnx")
About AFFECTIVELY
AFFECTIVELY is an emotion intelligence platform that runs AI models at the edge -- in-browser, on-device, zero cloud cost. These converted models power the platform's real-time emotion analysis, speech recognition, and natural language capabilities.
All conversions are optimized for edge deployment within browser and mobile memory constraints.
License
Apache 2.0 (follows upstream model license)
- Downloads last month
- 46
Model tree for forkjoin-ai/bart-large-cnn-onnx
Base model
facebook/bart-large-cnn