Instructions to use MikeGreen2710/training_with_callbacks with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MikeGreen2710/training_with_callbacks with Transformers:
# Load model directly from transformers import AutoTokenizer, CustomSequenceClassification tokenizer = AutoTokenizer.from_pretrained("MikeGreen2710/training_with_callbacks") model = CustomSequenceClassification.from_pretrained("MikeGreen2710/training_with_callbacks", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K