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

optimized english subtitle of 41_text-embeddings-&-semantic-search.srt #530

Merged
merged 1 commit into from
Apr 11, 2023
Merged
Changes from all commits
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
8 changes: 4 additions & 4 deletions subtitles/en/41_text-embeddings-&-semantic-search.srt
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@ average the token embeddings

44
00:01:49,650 --> 00:01:52,500
which is called mean pooling
which is called mean_pooling
and this is what we do here.

45
00:01:53,370 --> 00:01:55,800
With mean pooling the only
With mean_pooling the only
thing we need to make sure

46
Expand All @@ -210,7 +210,7 @@ padding tokens in the average,
47
00:01:58,410 --> 00:02:01,860
which is why you can see the
attention mask being used here.
attention_mask being used here.

48
00:02:01,860 --> 00:02:05,100
Expand Down Expand Up @@ -313,7 +313,7 @@ we take a small sample

70
00:02:56,070 --> 00:02:57,780
from the SQUAD dataset and apply
from the squad dataset and apply

71
00:02:57,780 --> 00:03:00,180
Expand Down