Skip to content

Commit 5369ab6

Browse files
authored
Tokenization notebook (#173)
* Tokenization notebook * remove comment * exclude special tokens before decoding * improve descriptions * add overlap; remove text file * run nbtest through Makefile * reformulate recommendation * remove paragraph I wanted to omit * move to `document-chunking` folder
1 parent 5264994 commit 5369ab6

File tree

2 files changed

+330
-0
lines changed

2 files changed

+330
-0
lines changed

notebooks/document-chunking/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
NBTEST = ../../bin/nbtest
22
NOTEBOOKS = \
3+
tokenization.ipynb \
34
with-index-pipelines.ipynb \
45
with-langchain-splitters.ipynb
56

0 commit comments

Comments
 (0)