Instructions to use Rocketknight1/checkpoint_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Rocketknight1/checkpoint_test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Rocketknight1/checkpoint_test")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Rocketknight1/checkpoint_test") model = AutoModelForSequenceClassification.from_pretrained("Rocketknight1/checkpoint_test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
4e5d249
1
Parent(s): 7287096
add model
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 263264024
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3dd64521c518a5558ec18df8d2ff53c12859f11f2a2523623e1e7f620f75caf8
|
| 3 |
size 263264024
|