Instructions to use cruiser/distilbert-tensorflow-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cruiser/distilbert-tensorflow-test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="cruiser/distilbert-tensorflow-test")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cruiser/distilbert-tensorflow-test") model = AutoModelForSequenceClassification.from_pretrained("cruiser/distilbert-tensorflow-test") - Notebooks
- Google Colab
- Kaggle
Training in progress steps 2999
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 267959464
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ac2f16576e8543037acaec0310bcc687fab04d73bae9b9d476ac17e68fab7f8
|
| 3 |
size 267959464
|