Instructions to use tadrianonet/distilbert-text-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tadrianonet/distilbert-text-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="tadrianonet/distilbert-text-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("tadrianonet/distilbert-text-classification") model = AutoModelForSequenceClassification.from_pretrained("tadrianonet/distilbert-text-classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -144,4 +144,4 @@ Thiago Adriano
|
|
| 144 |
|
| 145 |
## Model Card Contact
|
| 146 |
|
| 147 |
-
For more information, contact Thiago Adriano at [
|
|
|
|
| 144 |
|
| 145 |
## Model Card Contact
|
| 146 |
|
| 147 |
+
For more information, contact Thiago Adriano at [tadriano.dev@gmail.com]
|