Text Classification
Transformers
TensorFlow
English
distilbert
generated_from_keras_callback
text-embeddings-inference
Instructions to use Thamer/distilbert-fine-tuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Thamer/distilbert-fine-tuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Thamer/distilbert-fine-tuned")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Thamer/distilbert-fine-tuned") model = AutoModelForSequenceClassification.from_pretrained("Thamer/distilbert-fine-tuned", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 79ae010
Training in progress epoch 2 e82ecf5
Thamer Smadi commited on
Training in progress epoch 1 7ddd8ab
Thamer Smadi commited on
Training in progress epoch 0 94d072a
Thamer Smadi commited on
Training in progress epoch 2 7c6835e
Thamer Smadi commited on
Training in progress epoch 1 f950ca4
Thamer Smadi commited on
Training in progress epoch 0 50242af
Thamer Smadi commited on
Training in progress epoch 0 07e39b7
Thamer Smadi commited on
initial commit 6e28472
Thamer Smadi commited on