bablf

Results 13 comments of bablf

Hey I got the same error message when working with spacy/spacy_stanza/CoreNLP and I found a possible solution. I will post this here since this is the first result when googling...

My above solution works for most languages (german, english etc.) but when using a language that spacy does not have a vocab for it kind of does not want to...

I managed to load the model, thanks to your advice. But I was struggling to load the Tokenizer. This seems to do the trick: ``` tokenizer = GPT2Tokenizer("checkpoint/run1/encoder.json", "checkpoint/run1/vocab.bpe") print(tokenizer("Bxe3")['input_ids'])...

Same goes for multi-label problems. (N total classes and each sample has 1 to N-1 Labels)

did you find a solution?

same for me. Ubuntu 22.04 LTS. Commenting for visibility. found the fix in #619: ``` curl https://patch-diff.githubusercontent.com/raw/gnome-pomodoro/gnome-pomodoro/pull/622.patch | sudo patch /usr/share/gnome-shell/extensions/[email protected]/dialogs.js ``` and then reboot

Would be interested as well.

sadly, I don't have 8 CUDA devices available 😄

For now I think pymongo and mongodb are the problem. I am using mongodb 5.0.6 and tried different pymongo versions (3.6->3.12) because I saw this comment in another issue #916....