강의

멘토링

커뮤니티

Inflearn Community Q&A

jsmak6174's profile image
jsmak6174

asked

<Building and Learning LLM from Scratch> Complete Reading Challenge

(YouTube) Implementing LLM Architecture

오타 발견했어요 >_<

Resolved

Written on

·

47

·

Edited

0

강의와는 상관없지만, 번역자님의 강의라서 표시해봅니다.

 

249페이지

model_state_dict = troch.load("review_classifier.pth, map_location=device")

-->

model_state_dict = troch.load("review_classifier.pth", map_location=device)

 

255페이지

url 에 오타 rickipark -> rickiepark

url = ( 'https://raw.githubusercontent.com/rickiepark/llm-from-scratch'

'/main/ch07/01_main-chapter-code/instruction-data.json'

)

 

pytorchgpt-2self-attentiontransformerllm

Answer 1

0

haesunpark님의 프로필 이미지
haesunpark
Instructor

앗 그렇네요.

알려 주셔서 감사합니다. 🙂

jsmak6174's profile image
jsmak6174

asked

Ask a question