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