Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving the Answer to a Quiz in Chapter 2 #578

Open
harshas123 opened this issue Jun 6, 2023 · 0 comments
Open

Improving the Answer to a Quiz in Chapter 2 #578

harshas123 opened this issue Jun 6, 2023 · 0 comments

Comments

@harshas123
Copy link

In the End-of-chapter Quiz in Chapter 2, Question 2 reads as follows:
2. How many dimensions does the tensor output by the base Transformer model have, and what are they?

To which the Correct answer from the given choices reads:
3: The sequence length, the batch size, and the hidden size

In order to be consistent with the material presented in the "Behind the Pipeline" portion of this chapter and keeping the default PyTorch behavior, It would be better to re-phrase the correct answer as:
3: The batch size, the sequence length, and the hidden size

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant