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