asofiaoliveira / srl_bert_pt

Portuguese BERT and XLM-R models fine-tuned in semantic role labeling.
Apache License 2.0
22 stars 3 forks source link

Path of vocabulary in get_model is wrong #4

Closed evelinamorim closed 2 years ago

evelinamorim commented 2 years ago

In Line 16 and line 26, the directory is "Vocabulary", but in the Models directory there is no such directory. There is, however, "vocabulary". The first letter is lower and not capital

asofiaoliveira commented 2 years ago

Hello, thank you for reporting I had some uppercase and some lowercase so I changed every folder to uppercase "Vocabulary"

Please feel free to reopen this issue if there are still problems