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 1249
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:538de535d97b31602229c8d0f072b53f2e88d356a885cec23ad14447c1df9c45
|
| 3 |
size 267959464
|