Jooyoung Choi

Results 2 issues of Jooyoung Choi

안녕하세요, 12.8b 모델을 https://github.com/Beomi/KoAlpaca/blob/main/train_v1.1b/run_clm.py 코드로 A100 40G 8장에서 파인튜닝 하는중에 다음과 같이 에러가 납니다. (학습 스크립트는 https://github.com/Beomi/KoAlpaca/blob/main/train_v1.1b/train.sh 사용하였습니다.) Traceback (most recent call last): File "run_clm_2.py", line 636, in main() File...

Thanks for sharing this great work! I was curious about how the bge-en-icl model is evaluated. I tried following the examples on [this page](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/evaluation#1-mteb), but it didn't work out. It...