Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SUBMISSION] December 2024 - Module 1: Instruction tuning #126

Open
wants to merge 25 commits into
base: december-2024
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5b4bf46
Add ko/README.md
nsbg Dec 12, 2024
b96b01c
Merge branch 'translation-ko' of https://github.com/nsbg/smol-course …
nsbg Dec 12, 2024
ef2d09b
Modify Evaluation section release date
nsbg Dec 15, 2024
57914b3
Add 3. Parameter-efficient Fine-Tuning
nsbg Dec 15, 2024
b50770d
Modify translation wording
nsbg Dec 15, 2024
65e86f3
Modify translation wording in notebooks
nsbg Dec 15, 2024
144c854
finalise notebooks in vlm
burtenshaw Dec 16, 2024
b3b22af
Merge branch 'main' into vision-improvements
burtenshaw Dec 16, 2024
04aa424
update README
burtenshaw Dec 16, 2024
e55b7f3
Merge pull request #111 from huggingface/vision-improvements
burtenshaw Dec 16, 2024
a022428
Merge pull request #107 from nsbg/translation-ko
burtenshaw Dec 16, 2024
5a7fd9e
Update README.md
burtenshaw Dec 17, 2024
3b62d65
Update pull_request_template.md
burtenshaw Dec 17, 2024
cbc5308
Merge pull request #116 from huggingface/burtenshaw-patch-3
burtenshaw Dec 17, 2024
5fd6c30
Fixed broken image and typo
sergiopaniego Dec 17, 2024
6e41d77
Added VLM recipes to resources
sergiopaniego Dec 17, 2024
cb38e19
Merge pull request #117 from sergiopaniego/add_smolvlm_trl_tutorials
burtenshaw Dec 18, 2024
f9d52b9
course done 1
kolmogorov-quyet Dec 19, 2024
5eca658
Fixed broken link
sergiopaniego Dec 19, 2024
1be8f4f
Updated notebook DPO->ORPO
sergiopaniego Dec 19, 2024
f6823ff
Merge pull request #128 from sergiopaniego/orpo_fixes
burtenshaw Dec 19, 2024
ecf0908
Updated VLM fine-tuning broken link
sergiopaniego Dec 19, 2024
da11a71
Updated Colab broken links
sergiopaniego Dec 19, 2024
b35c186
Merge pull request #129 from sergiopaniego/vlm_broken_link
burtenshaw Dec 19, 2024
94c971e
Merge branch 'huggingface:main' into main
kolmogorov-quyet Dec 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 1_instruction_tuning/student_examples/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Duplicate this file to .env and fill in secret values
HF_TOKEN=
Loading