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

Added small clarification related to pretrained models #10658

Merged
merged 4 commits into from
Jan 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/docs/components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,8 @@ Intent classifiers assign one of the intents defined in the domain file to incom
single semantic vector space. We use the dot-product loss to maximize the similarity with the target label and
minimize similarities with negative samples.

If you want to learn more about the model, check out the
DIET does not provide pre-trained word embeddings or language models but it is able to use these features if
koaning marked this conversation as resolved.
Show resolved Hide resolved
they are added to the pipeline. If you want to learn more about the model, check out the
[Algorithm Whiteboard](https://www.youtube.com/playlist?list=PL75e0qA87dlG-za8eLI6t0_Pbxafk-cxb) series on YouTube,
where we explain the model architecture in detail.

Expand Down