Instructions to use JohnDoe70/tagsclassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JohnDoe70/tagsclassifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="JohnDoe70/tagsclassifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("JohnDoe70/tagsclassifier") model = AutoModelForSequenceClassification.from_pretrained("JohnDoe70/tagsclassifier") - Notebooks
- Google Colab
- Kaggle
Add model files
Browse files- onnx/model.onnx +3 -0
- onnx/model_quantized.onnx +3 -0
onnx/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13d291cd82debb650bfb65861e2bf3e4dba965ed23be3b60c748956f507b9aff
|
| 3 |
+
size 438288010
|
onnx/model_quantized.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87a7e8879fc6ba4dfe909645a16b56166bc6c126bf39b70938bcb173a1c9a4a1
|
| 3 |
+
size 110739436
|