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
le.zhang commited on
Commit ·
f1a892c
1
Parent(s): cdf958c
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:af7a6fb2dfed66af23999cc463c020a317773ca3ea690fdced68da1b21dd02ff
|
| 3 |
size 433566080
|