Instructions to use Elegbede/Distilbert_FInetuned_For_Text_Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Elegbede/Distilbert_FInetuned_For_Text_Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Elegbede/Distilbert_FInetuned_For_Text_Classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Elegbede/Distilbert_FInetuned_For_Text_Classification") model = AutoModelForSequenceClassification.from_pretrained("Elegbede/Distilbert_FInetuned_For_Text_Classification") - Notebooks
- Google Colab
- Kaggle
Upload tf_model.h5
Browse files- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e905c1ce0c5db26f0d204493256af44c787a4dadaa7ad00cae5fe50ab4c4f8e0
|
| 3 |
+
size 267967432
|