KoBART-translation icon indicating copy to clipboard operation
KoBART-translation copied to clipboard

Results 3 KoBART-translation issues
Sort by recently updated
recently updated
newest added

혹시 ckpt파일이랑 yaml파일 올려주실수 있을까요? 학습시키고 실행을 해보았는데 이상하게 번역이 되서 혹시 올려주실 수 있을까요? 아 그리고 데이터파일 형식이 kr,en만 남는게 맞을까요? 아니면 다른것도 필요한가요?

BART 논문에서는 Translation 할 때 BART 모델을 통째로 디코더로 쓰고, 인코더를 하나 더 붙여서 사용한 것으로 알고 있습니다. KoBART에서는 그 부분을 어떻게 처리하셨는지 알 수 있을까요?!

https://github.com/seujung/KoBART-translation/blob/3110b705cc81239e69c67698b1f4b1759c2f4b2c/dataset.py#L31 에서 ignore_index는 어떤 토큰을 지정해주는 index인가요?