Instructions to use AKILESH18/trainer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AKILESH18/trainer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AKILESH18/trainer")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AKILESH18/trainer") model = AutoModelForSequenceClassification.from_pretrained("AKILESH18/trainer") - Notebooks
- Google Colab
- Kaggle
Rename generation_config (2).json to generation_config.json
Browse files
generation_config (2).json → generation_config.json
RENAMED
|
File without changes
|