mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
BPE: fixed typo (#492)
* fixed typo * use rel path if exists * mod gitignore and use existing vocab files --------- Co-authored-by: rasbt <mail@sebastianraschka.com>
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -101,6 +101,13 @@ ch07/02_dataset-utilities/instruction-examples-modified.json
|
||||
ch07/04_preference-tuning-with-dpo/gpt2-medium355M-sft.pth
|
||||
ch07/04_preference-tuning-with-dpo/loss-plot.pdf
|
||||
|
||||
# Tokenizer files
|
||||
ch02/05_bpe-from-scratch/bpe_merges.txt
|
||||
ch02/05_bpe-from-scratch/encoder.json
|
||||
ch02/05_bpe-from-scratch/vocab.bpe
|
||||
ch02/05_bpe-from-scratch/vocab.json
|
||||
|
||||
|
||||
# Other
|
||||
ch0?/0?_user_interface/.chainlit/
|
||||
ch0?/0?_user_interface/chainlit.md
|
||||
|
||||
Reference in New Issue
Block a user