Zhao Wang

Results 4 issues of Zhao Wang

FileNotFoundError: [Errno 2] No such file or directory: 'models/jointnlu-encoder.pkl'**** FileNotFoundError: [Errno 2] No such file or directory: 'models/jointnlu-decoder.pkl'**** There aren't models documents that contains the jointnlu-encoder.pkl and jointnlu-decoder.pkl model, could...

## 🐛 Bug ### To Reproduce I used the BART model Finetuned by fairseq to conduct a machine transaction task, but the trained model cannot generate more than 155 characters,...

bug
needs triage

I use the Bart.base and Bart.large models for fine-tuning, what the fine-tuned model decoded is shown below, ![202607866-5df482e0-8668-4fc0-94da-7b0163511872](https://user-images.githubusercontent.com/59248970/202853371-bfb1ca18-0434-4813-b542-630ec59df62d.png) What have you tried? I have tried the --max-tokens token size used...

bug
needs triage

I saw the fine-tuning process of CPT in the repository, but how to fine-tune the Chinese BART model?