Instructions to use simpliTax/category-v7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use simpliTax/category-v7 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="simpliTax/category-v7")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("simpliTax/category-v7") model = AutoModelForSequenceClassification.from_pretrained("simpliTax/category-v7", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- deae028416ab13bc7e2aec23963c1b2693fe467ea657725ac5c5d976f3378622
- Size of remote file:
- 5.2 kB
- SHA256:
- 2afa87832f694ec76000dd090e1b5eeac1d7c04a49c436a65da04a14ba0ce2a0
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.