Text Classification
Transformers
TensorBoard
Safetensors
English
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use ashaduzzaman/imdb-distilbert-funetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ashaduzzaman/imdb-distilbert-funetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ashaduzzaman/imdb-distilbert-funetuned")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ashaduzzaman/imdb-distilbert-funetuned") model = AutoModelForSequenceClassification.from_pretrained("ashaduzzaman/imdb-distilbert-funetuned") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,10 +19,6 @@ pipeline_tag: text-classification
|
|
| 19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 20 |
should probably proofread and complete it, then remove this comment. -->
|
| 21 |
|
| 22 |
-
To create a model card for the Hugging Face Hub based on your fine-tuned DistilBERT model for text classification on the IMDb dataset, here's a template you can use:
|
| 23 |
-
|
| 24 |
-
---
|
| 25 |
-
|
| 26 |
# DistilBERT IMDb Sentiment Classifier
|
| 27 |
|
| 28 |
## Model Description
|
|
|
|
| 19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 20 |
should probably proofread and complete it, then remove this comment. -->
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
# DistilBERT IMDb Sentiment Classifier
|
| 23 |
|
| 24 |
## Model Description
|