aurat-march-sentiment-minilm
75
license:apache-2.0
by
aakashMeghwar01
Embedding Model
OTHER
384B params
New
75 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
859GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
358GB+ RAM
Code Examples
Usagepythontransformers
from transformers import pipeline
classifier = pipeline(
"sentiment-analysis",
model="aakashMeghwar01/aurat-march-sentiment-minilm"
)
# English example
classifier("The Aurat March is an important movement for women's rights in Pakistan")
# → [{'label': 'Supportive', 'score': 0.87}]
# Urdu example
classifier("عورت مارچ کے نعرے اسلامی اقدار کے خلاف ہیں")
# → [{'label': 'Oppositional', 'score': 0.79}]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.