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 ·
aa98dd8
1
Parent(s): a2f330e
add model
Browse files- checkpoint/extra_data.pickle +1 -1
- checkpoint/weights.h5 +1 -1
- tf_model.h5 +1 -1
checkpoint/extra_data.pickle
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 526272557
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d239d7cb814cddb71b656cbd92a7d972e6c0d8aa00b68ade097004ffede3eaf8
|
| 3 |
size 526272557
|
checkpoint/weights.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:8688a39f0deb50fa952f241dfc758f1fc3b7edf80e530ebc8a84892f8a576061
|
| 3 |
size 263264024
|
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:ba779627aeb728453ec69d4b91f315defd5c5e197495022fffd3340d1a9ec390
|
| 3 |
size 263264024
|