Instructions to use Mariaaaaa/best_model_with_bitfit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mariaaaaa/best_model_with_bitfit with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Mariaaaaa/best_model_with_bitfit")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Mariaaaaa/best_model_with_bitfit") model = AutoModelForSequenceClassification.from_pretrained("Mariaaaaa/best_model_with_bitfit") - Notebooks
- Google Colab
- Kaggle
Ctrl+K