Instructions to use janbakker/classifier-wikiauto with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use janbakker/classifier-wikiauto with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="janbakker/classifier-wikiauto")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("janbakker/classifier-wikiauto") model = AutoModelForSequenceClassification.from_pretrained("janbakker/classifier-wikiauto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1fb20c54d060dbc868bfd07c1a20afb992bf8f4c0ac4ef7e3c04d5312d144c8
|
| 3 |
+
size 498650824
|