Vilém Zouhar
Vilém Zouhar
The `isIambic` function is just looking at the first two stresses which may not be consistent across the whole line. Furthermore, it seems inconsistent to have the iambic meter but...
Using Inkscape's _drop shadow_ filter, this PR makes the logo readable with dark modes and resolves #648:  I also moved both the original logo and the updated one to...
- add Google Play link to the readme (resolve #674) - restructure the readme somewhat to make it easier to orient in
### Describe the bug `gr.Markdown` does not seem to support tables, i.e. they are not rendered. If it's intentional that markdown tables are not supported (in favour of Dataframes) then...
The pythonpsum website is no longer functional nor searchable.
## 🐛 Bug / feature(?) Whenever running COMET from the `huggingface-evaluate` library, I get the following output: ``` GPU available: True, used: True TPU available: False, using: 0 TPU cores...
## 🐛 Bug Loading transformer.wmt18.en-de` from the hub fails despite working in #1287. The checkpoint has to be specified manually (otherwise a different error appears because `model.pt` does not exist...
## 🐛 Bug Loading `conv.wmt14.en-de` from the hub fails despite being listed in [available pre-trained models](https://github.com/facebookresearch/fairseq/blob/main/examples/translation/README.md). ### To Reproduce ```python3 import torch model = torch.hub.load( 'pytorch/fairseq', "conv.wmt14.en-de", tokenizer='moses', bpe='subword_nmt', verbose=False,...
## ❓ Forced decoding & decoder score I'm using the hub interface. It is possible to get the decoder scores of the just generated hypothesis (generated by the model): ```python3...
This PR adds a script to compute some basic statistics about the corpus and displays them in the README. It is as much as I can extract from the fields...