jorenchik/conloan-lv
Viewer • Updated • 353 • 58
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 bert-base-multilingual-cased on the baseline dataset.
Dataset Type: {Baseline (Binary) / Extended (Contrastive)} Labels:
O: OutsideLOAN: Borrowing (Materiālie aizguvumi)from transformers import pipeline
nlp = pipeline("ner", model="jorenchik/bert-base-multilingual-cased-conloan-lv")
nlp("Šodienas mītings bija ļoti produktīvs.")