-
Hey, I'm coming again! When I do Step 3. Train SLTUnet Model, I moved required files in two folders in train.sh file and run train.sh. When the code run to loading pretrained model, I got a warning be…
-
> File "C:\Users\Gilgamesh\Documents\Advanced A.I\Bio\BioGPT\bio.py", line 3, in
> m = TransformerLanguageModel.from_pretrained(
> File "C:\Python310\lib\site-packages\fairseq\models\fairse…
-
I modified the get_data_enfr.sh script [to get this script](https://github.com/sedflix/UnsupervisedMT/blob/master/NMT/get_data_enes.sh). I'm getting the following error during the preprocessing stage.…
-
Didn't find file /home/chenwh/QE/UniTE-models/UniTE-MUP/checkpoints/sentencepiece.bpe.model. We won't load it.
Didn't find file /home/chenwh/QE/UniTE-models/UniTE-MUP/checkpoints/added_tokens.json. W…
-
When I run the CodeGen, the preprocessing.py it is asking for various arguments and when I pass those argument its showing unrecognized arguments. Below are my codes.
%run codegen_sources/preprocessi…
-
Hello,
During the BPE encoding, subword-nmt is generating the file _{codes_file}_. Can you please share this file? If it is not possible, can you share the training set for obtaining the {codes_file}…
-
But the processing is the same with I.1, and it should have files under 'data/wiki/txt', rather than 'data/wiki'.
The script is confusing.
```
# build the training set for BPE tokenization (50k cod…
-
as I ran [Evaluating Pre-trained Models](https://fairseq.readthedocs.io/en/latest/getting_started.html) in the document
`curl https://dl.fbaipublicfiles.com/fairseq/models/wmt14.v2.en-fr.fconv-py.tar…
-
#### I am trying to translate English to Tamil model, model was trained on a custom dataset using fairseq.
#### Code
model = TransformerModel.from_pretrained(
'en_ta_model',
checkpoint_file=…
-
On running the get_data_enfr.sh script, the process ends with the following error
> terminate called after throwing an instance of 'std::bad_alloc'
> what(): std::bad_alloc
> get_data_enfr.sh:…