Chapter 16, The Emergence of Transformer-Driven Copilots
- AI copilots that can generate code automatically do not exist. (True/False)
False. GitHub Copilot, for example, is now in production.
- AI copilots will never replace humans. (True/False)
True and false. AI will take over many tasks in sales, support, maintenance, and other domains. However, many complex tasks will still require human intervention.
- GPT-3 engines can only do one task. (True/False)
False. GPT-3 engines can do a wide variety of tasks.
- Transformers can be trained to be recommenders. (True/False)
True. Transformers have gone from language sequences to sequences in many domains.
- Transformers can only process language. (True/False)
False. Once transformers are trained for language sequences, they can analyze many other types of sequences.
- A transformer sequence can only contain words. (True/False) ...