How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="IsakG/declension_error_detection")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("IsakG/declension_error_detection")
model = AutoModelForSequenceClassification.from_pretrained("IsakG/declension_error_detection")
Quick Links

Add an Icelandic sentence in to the text box, and the model will return a classification of either correct or incorrect declension

Bættu íslenskri setningu inn í textareitinn og líkanið mun skila flokkun með annað hvort rétta eða ranga beygingu

Downloads last month
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support