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 ·
f825ce3
1
Parent(s): aa98dd8
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:222ad5ebd324ec282168f061c675cf824413c9ca77d57eb84dc55ceeeda3d31f
|
| 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:4c5aafeee6379d3c93e906b0d352fc9a8459eda716988eb6b695a70d91e50aa0
|
| 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:cdaf3798c7b8c78c1822d01b28363232d9153bb1a01f39903681887512c8999e
|
| 3 |
size 263264024
|