Question 1
Consider the given Assertion and Reason. Choose the correct option.
Assertion (A): FastText produces word embeddings of variable size, depending on the number of subword n-grams a word contains.
Reason (R): FastText computes the final embedding for a word by summing or averaging the embeddings of its subword n-grams.
Both Assertion (A) and Reason (R) are true, and (R) is the correct explanation of (A).
Both Assertion (A) and Reason (R) are true, but (R) is not the correct explanation of (A).
Assertion (A) is false, but Reason (R) is true.
Assertion (A) is false, and Reason (R) is false.