multilingual-sentiment-analysis
703.4K
363
512
Small context
23 languages
license:cc-by-nc-4.0
by
tabularisai
Embedding Model
OTHER
Good
703K downloads
Production-ready
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
--- base_model: distilbert/distilbert-base-multilingual-cased language: - en - zh - es - hi - ar - bn - pt - ru - ja - de - ms - te - vi - ko - fr - tr - it - p...
Code Examples
How to Usepythontransformers
from transformers import pipeline
# Load the classification pipeline with the specified model
pipe = pipeline("text-classification", model="tabularisai/multilingual-sentiment-analysis")
# Classify a new sentence
sentence = "I love this product! It's amazing and works perfectly."
result = pipe(sentence)
# Print the result
print(result)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.