Text Classification
Transformers
TensorFlow
distilbert
generated_from_keras_callback
text-embeddings-inference
Instructions to use fidsinn/distilbert-base-future with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fidsinn/distilbert-base-future with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="fidsinn/distilbert-base-future")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fidsinn/distilbert-base-future") model = AutoModelForSequenceClassification.from_pretrained("fidsinn/distilbert-base-future") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,8 +16,8 @@ widget:
|
|
| 16 |
probably proofread and complete it, then remove this comment. -->
|
| 17 |
|
| 18 |
# distilbert-base-future
|
| 19 |
-
|
| 20 |
## Table of Contents
|
|
|
|
| 21 |
- [Model description](#model_description)
|
| 22 |
- [Intended uses & limitations](#intended_uses_&_limitations)
|
| 23 |
- [Training and evaluation data](#training_and_evaluation_data)
|
|
|
|
| 16 |
probably proofread and complete it, then remove this comment. -->
|
| 17 |
|
| 18 |
# distilbert-base-future
|
|
|
|
| 19 |
## Table of Contents
|
| 20 |
+
|
| 21 |
- [Model description](#model_description)
|
| 22 |
- [Intended uses & limitations](#intended_uses_&_limitations)
|
| 23 |
- [Training and evaluation data](#training_and_evaluation_data)
|