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
Commit ·
bc7d63e
1
Parent(s): 87eeba4
Adding `safetensors` variant of this model (#2)
Browse files- Adding `safetensors` variant of this model (572376041c0d79eee462bf3b05f3a5c48425518e)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1e98387f9b323c05768338974b9abef950a4d51e8a7b8da3906103488c75c6d
|
| 3 |
+
size 1112197096
|