Instructions to use paulhindemith/test-zeroshot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use paulhindemith/test-zeroshot with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="paulhindemith/test-zeroshot")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("paulhindemith/test-zeroshot", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Taizo Kaneko commited on
Commit ·
84ff3e6
1
Parent(s): a4aa628
commit files to HF hub
Browse files- config.json +1 -0
- pytorch_model.bin +1 -1
config.json
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
"architectures": [
|
| 3 |
"CustomModel"
|
| 4 |
],
|
|
|
|
| 5 |
"torch_dtype": "float32",
|
| 6 |
"transformers_version": "4.24.0"
|
| 7 |
}
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"CustomModel"
|
| 4 |
],
|
| 5 |
+
"model_type": "test-zeroshot",
|
| 6 |
"torch_dtype": "float32",
|
| 7 |
"transformers_version": "4.24.0"
|
| 8 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 747
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33cb0ecf439d07f6018ccd01bcf2cd3aca74de9de3754727452d166622fddf45
|
| 3 |
size 747
|