Javier de la Rosa

Results 20 issues of Javier de la Rosa

This is more of a feature request that I guess it is not that complicated, but I am not a Java guy and I feel a bit lost when trying...

How to reproduce the behaviour --------- If I execute the next code with POS tags ```python y_pred = [['ADJ', 'CONJ', 'VERB', 'AUX', 'NOUN', 'ADJ', 'SCONJ'], ['CONJ', 'SCONJ', 'X']] y_true =...

I know this is related to #3 and #5, but I wonder if it'd be possible to get a datadump from the current state of Project Gutenberg. I also thought...

This is a minor PR adding support for sessions while using `requests`. By using sessions, `requests` can reuse the same TCP connection while making requests to the same host, which...

- [x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** When using `HighlightedText`, line breaks are usually...

enhancement

It uses `flax.linen.remat` and follows on PRs #13657 and #17994. # What does this PR do? Adds gradient_checkpointing to Flax Whisper models. ## Before submitting - [ ] This PR...

It uses `flax.linen.remat` and follows on PRs #13657 and #17994. # What does this PR do? Adds gradient_checkpointing to Flax Whisper models. ## Before submitting - [ ] This PR...

Any chance of adding support for [whisper.cpp](https://github.com/ggerganov/whisper.cpp)? I know whisper.cpp is still stuck with the GGML format instead of GGUF, but it would be great to have portable whisper binaries...

request to lend support

I have been using `afaligner` to do syncing of Norwegian audiobooks, but as the lengths of the books in audio get longer (+6 hours), the misalignments get worse. So as...

Cool library and idea. I read you are still not so sure about the `r()` method, so why not just simply use `__call__()` instead? So ``` python j.lol.many.keys.r() ``` Becomes...