Instructions to use simpliTax/category-v6-strict with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use simpliTax/category-v6-strict with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="simpliTax/category-v6-strict")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("simpliTax/category-v6-strict") model = AutoModelForSequenceClassification.from_pretrained("simpliTax/category-v6-strict", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
44a4612 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d5522f7a6b3eefce5c17c2563c9425d2669df4cfe6916fb65b91799b83f3bdc6
size 5265
|