Text Classification
Transformers
TensorFlow
English
distilbert
generated_from_keras_callback
text-embeddings-inference
Instructions to use FourthBrainGenAI/distilbert_classifier_newsgroups with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FourthBrainGenAI/distilbert_classifier_newsgroups with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="FourthBrainGenAI/distilbert_classifier_newsgroups")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("FourthBrainGenAI/distilbert_classifier_newsgroups") model = AutoModelForSequenceClassification.from_pretrained("FourthBrainGenAI/distilbert_classifier_newsgroups") - Notebooks
- Google Colab
- Kaggle
Chris Alexiuk commited on
Commit ·
cf1c429
1
Parent(s): 162aa91
Upload TFDistilBertForSequenceClassification
Browse files- tf_model.h5 +1 -1
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 268007104
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:988f951e107ff0bff75f11fe0484a4ccb16b98e71e603cae0aa1c143e4237158
|
| 3 |
size 268007104
|