huggingface / huggingface/course
Improving the Answer to a Quiz in Chapter 2
Open
- Dominant language
- MDX
- Stars
- 4.2k
- Forks
- 1.4k
- Avg merge
- 13m
- Merged PRs (30d)
- 1
Description
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**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.