timoschick / pet

This repository contains the code for "Exploiting Cloze Questions for Few-Shot Text Classification and Natural Language Inference"
https://arxiv.org/abs/2001.07676
Apache License 2.0
1.62k stars 283 forks source link

Romanian language #16

Closed grigo210 closed 3 years ago

grigo210 commented 3 years ago

Hi! This model can be used for romanian language?

timoschick commented 3 years ago

Hi @grigo210, PET is not a model, but a training method for pretrained language models. If you happen to find a pretrained LM in Romanian (a good starting point might be https://huggingface.co/models), you can of course train it using PET. You can find some results for PET with languages other than English here: https://arxiv.org/abs/2001.07676

grigo210 commented 3 years ago

Thank you!