-
I have this command line:
$ docker run -it --rm --net host --name sample -v "$(pwd)/MetaTrader5:/MetaTrader" -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY tickelton/mt
(I can confirm the path to M…
-
@jmhessel @dirkgr @schmmd @iellenberger
Ran python scripts/training/train_text_generation.py --config_path scripts/training/task_configs/iwslt2017/t5_ppo.yml
with the following config:
`…
-
## Description
In the project's [CONTRIBUTING.md](https://github.com/PyThaiNLP/pythainlp/blob/dev/CONTRIBUTING.md), it is stated that the project `Follows PEP8, use black with --line-length =…
-
**Describe the bug**
I have mt5 model, which is converted from pytorch to onnx and now i am trying to load a model into onnxruntime, i found out following error. Maybe due to limit specified in code …
-
### System Info
```shell
Optimum: 1.4.1.dev0
torch: 1.12.1+cu116
onnx: 1.12.0
onnxruntime-gpu: 1.12.1
python: 3.8.13
CUDA: 11.6
cudnn: 8.4.1
RTX 3090
```
### Who can help?
@JingyaH…
-
@craffel , hey there
In the paper at page 3 under 3.2 mT5 section you guys mentioned a data sampling technique that helps to maintain a good balance between low and high resource languages (that pr…
-
## Environment info
- `transformers` version: 4.17.0.dev0
- Platform: Linux-5.11.0-1028-gcp-x86_64-with-glibc2.29
- Python version: 3.8.10
- PyTorch version (GPU?): 1.11.0a0+git06838ce (False)
- …
-
- `transformers` version: 4.6.1
- Platform: Ubuntu 18
- Python version: 3.6
I spent one week training a T5 model with this package and couldn't figure out why my sequences obtained with Trainer.e…
-
I am successfully trained a checkpoint, but having an error during inference.
My code to do inference:
```python
import torch
import re
from datasets import Audio
from datasets import load_…
-
### System Info
```shell
- `transformers` version: 4.18.0
- Platform: Linux-4.14.252-131.483.amzn1.x86_64-x86_64-with-glibc2.9
- Python version: 3.6.13
- Huggingface_hub version: 0.4.0
- PyTorch …