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