-
https://github.com/vxfla/kanchil
-
In this issue, we are going to provide a suitable model or API for translating the reviews from English to Language L and then back-translate the reviews from L to English.
-
Dear authors, thanks for your great work!
I'm not major in this field but want to try DSI for my own topics. However, when I tried to train on single 32G V100 GPU, it seems that I do something wron…
-
- [x] depends on: #14
- [x] pre-process (shard) T5 checkpoint so that it can be loaded into kaggle
- [x] make sure you keep the pre-processing script or save a link to that for the readers!
- […
-
Hello!
Thanks for making this great repository!
I was trying to implement machine translation and found that any language other than `en`, `de`, and `ro` does not work. Might it be possible to imple…
-
##### Versions
*Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.*
| Sarama | Kafka | Go |
|--------|-------|----|
| v1.37.2 | 2.2.0 | 1.1…
-
Carrying on my conversation here @stas00
https://github.com/huggingface/transformers/issues/9996#issuecomment-968348129
Used the run_translation.py and now my loss is 0.0 :( . This is probably do…
-
### 软件环境
```Markdown
- paddlepaddle:2.4.1
- paddlenlp: 2.5.0
https://github.com/PaddlePaddle/PaddleNLP/tree/develop/applications/zero_shot_text_classification#%E6%A8%A1%E5%9E%8B%E5%BE%AE%E8%B0%83…
-
### Bug description
Hi there,
the following code
```
class Foo:
def bar() -> int | None:
pass
```
produces
![image](https://user-images.githubusercontent.com/12170676/23…
-
Hallo, I have MT5 pretrained model, and model is converted to onnx. The convestion of the model works fine. But when creating the session it fails at
```
# initialize the C++ InferenceSession
ses…