yzimmermann

Results 4 comments of yzimmermann

I get `run.sh: line 43: 7657 Segmentation fault (core dumped) python app.py` on Ubuntu 22.04 also after running `sudo apt install python3.11-dev` for the installation.

> Really nice! When you say RoBERTA is not working is it giving bad output or just crashing? Bad output. I suspect it has something to do with token-type IDs...

Upon reviewing the BERT and RoBERTa architectures it seems like we do need to tweak the model file a bit. BERT (`google-bert/bert-base-uncased`) RoBERTa (`FacebookAI/roberta-base`)

Was wondering about this, too!