This website works better with JavaScript
GitBross
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
sol_87yf6cwp
/
LLMs-from-scratch
zrkadlo
https://github.com/br8bit/LLMs-from-scratch.git
Pridať medzi pozorované
1
Star
0
Fork
0
Súbory
Issues
0
Wiki
Strom:
a6b883c9f9
Branche
Tagy
main
LLMs-from-scrat...
/
ch06
Matthew Hernandez
83c76891fc
Fix issue 724: unused args (
#726
)
4 mesiacov pred
..
01_main-chapter-code
83c76891fc
Fix issue 724: unused args (
#726
)
4 mesiacov pred
02_bonus_additional-experiments
00b8c0a107
minor readability improvements (
#668
)
5 mesiacov pred
03_bonus_imdb-classification
c278745aff
DeBERTa-v3 baseline (
#630
)
7 mesiacov pred
04_user_interface
c21bfe4a23
Add PyPI package (
#576
)
8 mesiacov pred
README.md
92b308e512
Ch06 and Ch07 videos (
#613
)
7 mesiacov pred
README.md
Chapter 6: Finetuning for Classification
Main Chapter Code
01_main-chapter-code
contains the main chapter code
Bonus Materials
02_bonus_additional-experiments
includes additional experiments (e.g., training the last vs first token, extending the input length, etc.)
03_bonus_imdb-classification
compares the LLM from chapter 6 with other models on a 50k IMDB movie review sentiment classification dataset
04_user_interface
implements an interactive user interface to interact with the pretrained LLM