gitextract_st7_oioa/ ├── .gitignore ├── LICENSE ├── README.md ├── exercise.md ├── lecture.md ├── minbpe/ │ ├── __init__.py │ ├── base.py │ ├── basic.py │ ├── gpt4.py │ └── regex.py ├── requirements.txt ├── tests/ │ ├── __init__.py │ ├── taylorswift.txt │ └── test_tokenizer.py └── train.py