Instructions to use Mulin/my_wolf_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mulin/my_wolf_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Mulin/my_wolf_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Mulin/my_wolf_model") model = AutoModelForSequenceClassification.from_pretrained("Mulin/my_wolf_model") - Notebooks
- Google Colab
- Kaggle
ZhangLe59151 commited on
Commit ·
5347502
1
Parent(s): f1a892c
Update tf_model.h5
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 433566080
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6300027bac2f4e744e2896c851a2c42a2aa7f31b9128176758cc4f989a0da75a
|
| 3 |
size 433566080
|