| source | https://huggingfacetb-smol-training-playbook.hf.space/ |
|---|---|
| title | The Smol Training Playbook: The Secrets to Building World-Class LLMs |
| type | Technical Blog Post |
| organization | Hugging Face |
| cleaned_by | Crawl4AI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # | |
| # by Erik Osheim | |
| # | |
| # STEPS TO USE | |
| # | |
| # 0. install deps | |
| # - pip install requests | |
| # | |
| # 1. generate personal access token |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * copyright 2020 P. Oscar Boykin <oscar.boykin@gmail.com> | |
| * licensed under Apache V2 license: https://www.apache.org/licenses/LICENSE-2.0.html | |
| * or, at your option, GPLv2 or later: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html | |
| */ | |
| package testrunner | |
| import io.github.classgraph._ | |
| import java.io.PrintWriter |
OlderNewer