peiyuan_gong
peiyuan_gong
I have a question about how to train RAG model with the following code `parlai train_model -m rag -t wizard_of_wikipedia -mf rag --batchsize 16 --fp16 True --gradient-clip 0.1 --label-truncate 128...
I meet a problem when using DialoGPT to download reddit dataset during `Downloading and Extracting Data` part, and get a empty train.db folder If anyone can help me about download...
当segment和所有reference的rouge1分数都低于阈值,选择分数最高的时,best_scr需要update一下? ` if score > best_scr: best_idx = idx best_scr = score `
I used [edit_creator.py](https://github.com/nusnlp/m2scorer/blob/master/scripts/edit_creator.py) in m2score to extract system edits between sources and hypotheses. And I found in wiki test set, the 694st example is too long for m2 to make...