Text Classification
Transformers
Safetensors
English
bert
emotion
classification
neurobert
emojis
emotions
v1.0
sentiment-analysis
nlp
lightweight
chatbot
social-media
mental-health
short-text
emotion-detection
real-time
expressive
ai
machine-learning
english
inference
edge-ai
smart-replies
tone-analysis
contextual-ai
wearable-ai
Instructions to use boltuix/NeuroFeel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use boltuix/NeuroFeel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="boltuix/NeuroFeel")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("boltuix/NeuroFeel") model = AutoModelForSequenceClassification.from_pretrained("boltuix/NeuroFeel") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -472,4 +472,5 @@ We welcome community feedback to enhance NeuroFeel for IoT and edge applications
|
|
| 472 |
|
| 473 |
## Contact
|
| 474 |
|
| 475 |
-
- 📬 Email: [boltuix@gmail.com](mailto:boltuix@gmail.com)
|
|
|
|
|
|
| 472 |
|
| 473 |
## Contact
|
| 474 |
|
| 475 |
+
- 📬 Email: [boltuix@gmail.com](mailto:boltuix@gmail.com)
|
| 476 |
+
-
|