boostcampaitech4lv23nlp1 / final-project-level3-nlp-03

Multi-Modal Model for DocVQA(Document Visual Question Answering)
3 stars 0 forks source link

Sharing model.pt file #7

Open hundredeuk2 opened 1 year ago

hundredeuk2 commented 1 year ago

목표

Model.pt 파일을 공유하는 방법 쉐어

세부사항

auth_token = '보내준 토큰'
custom_model = AutoModelForQuestionAnswering.from_pretrained('hundredeuk2/bm_mrc', use_auth_token = auth_token)