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

選択肢