Self-GPT/
│
├── data/
| ├── processed/
│ ├── raw/
│ ├── samples/
| ├── __init__.py
│ ├── preprocess.py
| └── tokenizer.py
|
├── models/
│ ├── checkpoints/
| | ├── bigram/
| | └── trigram/
| |
│ ├── LLM/
│ │ ├── __init__.py
| | ├── attention.py
| | ├── bigram.py
│ │ ├── config.py
│ │ ├── GPT.py
│ │ └── trigram.py
│ └── utils.py
|
├── notebooks/
| └── training.ipynb
|
├── .gitignore
├── evaluation.py
├── inference.py
├── README.md
├── requirements.txt
└── training.py
-
Notifications
You must be signed in to change notification settings - Fork 0
inner-LMNt/Self-GPT
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
My own attempt at implementing Language Models like GPT from scratch.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published