Vilém Zouhar

Results 29 issues of 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: ![image](https://user-images.githubusercontent.com/7661193/136061356-6afa8f08-9391-4035-9784-c7a4fd844f6e.png) 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...

enhancement

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

## 🐛 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
needs triage

## 🐛 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,...

bug
needs triage

## ❓ 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...

question
needs triage

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...