jorenchik/conloan-lv-ext
Viewer • Updated • 676 • 40
This model is part of a Bachelor's thesis at the University of Latvia: "Contextual approach to Latvian loanword detection: dataset creation and classification experiments".
It is a fine-tuned version of lv-mbert-large-conloan-lv-ext on the extended dataset.
Dataset Type: {Baseline (Binary) / Extended (Contrastive)} Labels:
O: OutsideLOAN: Borrowing (Materiālie aizguvumi)CS: Code-switching (Koda maiņa)NE: Named Entities (Nosauktās entitātes)from transformers import pipeline
nlp = pipeline("ner", model="jorenchik/lv-mbert-large-conloan-lv-ext")
nlp("Šodienas mītings bija ļoti produktīvs.")