Text Classification
Transformers
TensorFlow
English
distilbert
generated_from_keras_callback
twitter
text-embeddings-inference
Instructions to use ZachBeesley/Tweet-Emotion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ZachBeesley/Tweet-Emotion with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ZachBeesley/Tweet-Emotion")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ZachBeesley/Tweet-Emotion") model = AutoModelForSequenceClassification.from_pretrained("ZachBeesley/Tweet-Emotion") - Notebooks
- Google Colab
- Kaggle
Commit ·
ef95d52
1
Parent(s): 8e8059e
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,8 +13,8 @@ datasets:
|
|
| 13 |
language:
|
| 14 |
- en
|
| 15 |
widget:
|
| 16 |
-
- text: "
|
| 17 |
-
example_title: "
|
| 18 |
---
|
| 19 |
|
| 20 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
|
| 13 |
language:
|
| 14 |
- en
|
| 15 |
widget:
|
| 16 |
+
- text: "May the optimism of tomorrow be your foundation for today."
|
| 17 |
+
example_title: "Example 1"
|
| 18 |
---
|
| 19 |
|
| 20 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|