전체 글76 Presentation 2 : Insights from feedback https://docs.google.com/presentation/d/1zHcS3HWy-_cnmrbJx7yepTFMd9ZTGNODb79odm6r_b8/edit?slide=id.g393d89e6363_1_60#slide=id.g393d89e6363_1_60 Transfer to a Low-Resource Language via Close Relatives: The Case Study on FaroeseHannah Chun LING 451 Machine Learning with Limited Data Transfer Learning 3/24/26 For a large majority of NLP tasks, the most straightforward approach would be to fine-tune .. 2026. 5. 12. How Different Are North and South Korean? One frequently asked question is: “How Far Apart Have North and South Korean Diverged?”The grammar/syntax of both the standard written North and South Korean languages is largely the same, both based on the Seoul dialect. There is a claim that the North Korean language is based on the Pyongyang dialect, but apparently, it is closer to the Seoul dialect, which was the nationwide standard before t.. 2026. 5. 12. Git Remote Repository에 있는 내용 지우기 Remote Repository에 있는 폴더를 정리하면서 폴더 밖에 있는 파일들만 지우고 싶어졌다. 그런데 git local repository에서 수정된 파일이 위 사진에 있는 파일 말고도 여러 개가 있다. 'deleted'된 파일만 commit하고 'modified'된 파일들은 아직 push 안하고 싶은 상황에서, 해결책! Stage only deletions in the /data/bilingual/ foldergit add -u data/bilingual/ Then, commit and push to remote repositorygit commit -m "remove bilingual dataset files"git push origin main 2026. 4. 8. 이전 1 2 3 4 ··· 26 다음