Feature Extraction
Transformers
PyTorch
Safetensors
xlm-roberta
sentiment-analysis
text-classification
generic
sentiment-classification
multilingual
text-embeddings-inference
Instructions to use numind/NuSentiment-multilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use numind/NuSentiment-multilingual with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="numind/NuSentiment-multilingual")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("numind/NuSentiment-multilingual") model = AutoModel.from_pretrained("numind/NuSentiment-multilingual") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
2482d1c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e17ee92e4bed233ff01e5bc6421f08d0bdf11d357542722b96b2cddfc90454dc
size 1112241321
|