상세 컨텐츠

본문 제목

What happens inside the pipeline function? (TensorFlow)

Hugging Face Course

by Taeyoon.Kim.DS 2023. 9. 13. 19:33

본문

Raw text --> Input IDs --> Logits --> Predictions (math.sotfmax)

return_tensors = "pt" or "tf"

Instantiate a Transformers model (PyTorch)

config file -> config class -> model config

https://www.youtube.com/watch?v=AhChOFRegn4&list=PLo2EIpI_JMQvWfQndUesu0nPBAtZ9gP1o&index=11

 

관련글 더보기