-
Analyzing the expression ```etc``` in corpus Portuguese-Bosque (https://github.com/UniversalDependencies/UD_Portuguese-Bosque/issues/386) we identified inconsistencies of this annotation in other UD c…
-
Thannk you for creating such a great inference engine which has 10x speedup.
Please add Unocode support to display other language properly.
-
@benjamn I am trying every way that might be possible to get your attention, because if I can't I'm forking the library.
-
__With the help of our awesome sponsors, I'm happy to announce that the '[Carolina Reaper](https://squidfunk.github.io/mkdocs-material/insiders/#10000-carolina-reaper)' funding goal has been reached, …
-
If you use a nick or assign an alias that contains any regular expression special characters, it may not always be possible to identify actions associated with that nick. For instance, a nick `k[n` g…
-
eos_idx = tokenized[idx].argmax()
this gives me index number 3 on my custom words while using context length 16.
```
eos_idx = int(self.token_ids[0].argmax())
soft_embeddings = self.attr_dr…
-
**Describe your environment**
- GPU: mps and cuda (same problem on both)
- VRAM: 16GB / 3GB
- CPU arch: arm / x64
- OS: macOS / Win10
- Python: conda
- Branch: development
- Commit: 2cbf1e6f4…
-
Here I try to use gpt2 to generation the text under the prompt text. I have several datasets, some of them, such as AG_NEWS and POP_NEWS, are made of short sentences while when I use YAHOO_NEWS, consi…
-
# Open Grant Proposal: `Help Suriname fight deforestation by opening NTFP bioeconomy facilities in collaboration with the local communities`
**Help Suriname fight deforestation by opening NTFP bioe…
-
I recently did an exploration into input latency and found it can get pretty bad on slower machines. A lot of the problem is related to how we use synchronous event emitters/listeners work, performing…