Skip to content

Commit

Permalink
Merge pull request #530 from tyisme614/optimize_en_ep41
Browse files Browse the repository at this point in the history
optimized english subtitle of 41_text-embeddings-&-semantic-search.srt
  • Loading branch information
xianbaoqian authored Apr 11, 2023
2 parents f631679 + ac8a0ab commit aca889a
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit aca889a

Please sign in to comment.