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 ·
542439f
1
Parent(s): f825ce3
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:7901904526d6ce8fe6778181894f5280cca9f6c52ea67e7cc35fd579751b7e3b
|
| 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:d9dd947ea4cb831b61884606a469d8e0d0070f3aa92dace46b69854a112da3e8
|
| 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:93b8b30338e9ee666ca7acc739d61fca5df66bc8ccb6bfc38bb1b7bdbca073c6
|
| 3 |
size 263264024
|