Instructions to use wesleymorris/content_checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wesleymorris/content_checkpoints with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="wesleymorris/content_checkpoints")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("wesleymorris/content_checkpoints") model = AutoModelForSequenceClassification.from_pretrained("wesleymorris/content_checkpoints", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
fad401e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5bc0fb78c4483855b511bc759602c7069c194a002a2d6650d4437f4869d4ec60
size 3311
|