CoolFace
Modelpublic

forkjoin-ai/emotion-english-distilroberta-base-onnx

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
1likes14downloads
Model Card

Emotion English Distilroberta Base

Forkjoin.ai conversion of j-hartmann/emotion-english-distilroberta-base to ONNX format for edge deployment.

Model Details

Usage

With ONNX Runtime

python
import onnxruntime as ort

session = ort.InferenceSession("emotion-english-distilroberta-base-onnx.onnx")

With Transformers + Optimum

python
from optimum.onnxruntime import ORTModelForSequenceClassification
model = ORTModelForSequenceClassification.from_pretrained("forkjoin-ai/emotion-english-distilroberta-base-onnx")

About Forkjoin.ai

Forkjoin.ai runs AI models at the edge -- in-browser, on-device, zero cloud cost. These converted models power real-time inference, 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)