1. 학습
  2. /
  3. 강의
  4. /
  5. Introduction to LLMs in Python

Connected

연습 문제

Identify the transformer

A model has been loaded as llm. Examine the transformer architecture by printing one of the following:

  • llm.model
  • llm.model.config
  • llm.model.config.is_decoder
  • llm.model.config.is_encoder_decoder

What architecture does this model have?

지침

50 XP

가능한 답변