-
```
---------------------------------------------------------------------------
InvalidGraph Traceback (most recent call last)
Input In [22], in ()
4 pytorch_mod…
-
Hi,
I'm trying to use this to translate a few hundred millions of sentences.
It seems like the tokenization is done in a single worker
I see one core at 100% which seems to confirm this.
Do you ha…
-
I have a NLP model that can predict if someone is in danger based on what they say(speech is converted to text then text is being analysed). However, it currently only works with English text. I'd lik…
-
When I start "Google Colab" with "TheLastBen / fast-stable-diffusion", I get an error message at "Start Stable-Diffusion" and cannot start it.
"Traceback (most recent call last):
File "/content/…
-
1. Install Ubuntu 20.04 LTS (this does not work on 18.04)
2. Install NVIDIA driver
`sudo apt install nvidia-driver-455`
(I don't believe higher drivers like 460 will work.) There's a possibility th…
-
I saw your paper at ACL and want to test it out in my MT/Summarization training (code):[https://github.com/huggingface/transformers/blob/master/examples/seq2seq/finetune.py]
What should I pass as `…
-
Thank you for your great work! I would like to use this with the MarianMT Model as described here: https://opennmt.net/CTranslate2/guides/transformers.html#marianmt
I would appreciate your support …
-
### Feature request
Hi,
It would be nice to enable CTranslate2 inference within bentoML (https://github.com/OpenNMT/CTranslate2). This library implements a custom runtime that applies many perform…
-
### Ticket Contents
Belongg is developing BelonggAI, a tool that will help development practitioners, researchers, funders, etc analyze their proposals, program documents, policy documents, etc to …
-
i initialized and trained the following model:
```
model = Seq2SeqModel(
encoder_decoder_type="marian",
encoder_decoder_name="Helsinki-NLP/opus-mt-en-mul",
args=model_args,
use_c…