1. Học hỏi
  2. /
  3. Khoa Học
  4. /
  5. Introduction to LLMs in Python

Connected

Bài tập

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?

Hướng dẫn

50 XP

Các phương án trả lời