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