Instructions to use aarimond/test_ES with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aarimond/test_ES with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="aarimond/test_ES")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("aarimond/test_ES") model = AutoModelForSequenceClassification.from_pretrained("aarimond/test_ES") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md b20fe14
Upload config 755e1a6
Create README.md b2253c1
Upload config 66cff20
added the tokenizer 72ef3f0
Upload BertForSequenceClassification d62d510
initial commit 07ffe94
Alexander Arimond commited on