-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Llama distillation notebook fixes (#3322)
* Adding missing datasets package * Doc explaining TEACHER_MODEL_ENDPOINT_NAME and TEACHER_MODEL_NAME * mlclient.models.get requires version or label * data directory must be created prior to saving datasets * Only one sample is saved in train and valid JSONL files - was using `w` mode which replaces the file with each dataset JSON row, leaving only one sample at the end - replaced `w` write mode with `a` append mode so that all JSON lines are saved to train and valid files * Experiment name cannot contain `.` - Llama 3.1 models have `.` in their names, thus failing the experiment name constraint of not having a `.` * Printing studio progress URL * Llama 3.1 marketplace subscription prerequisites
- Loading branch information
1 parent
2e86135
commit 0de88c9
Showing
1 changed file
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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