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 999
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:25d1ecf2c6a6fa6b163bbaec579c6736b1076dd96ec0793b41ff9ce4d224364d
|
| 3 |
size 267959464
|