[Docs] Clarify get-events API usage#320
Merged
seanshi-scale merged 8 commits intomainfrom Oct 18, 2023
Merged
Conversation
saiatmakuri
approved these changes
Oct 13, 2023
Member
|
Don't merge yet, was going to make some comments |
yixu34
reviewed
Oct 13, 2023
yixu34
reviewed
Oct 18, 2023
docs/guides/fine_tuning.md
Outdated
| as well as any errors that may have occurred. If you encounter any errors with your fine-tune, | ||
| the events are a good place to start debugging. For example, if you see `Unable to read training or validation dataset`, | ||
| you may need to make your files accessible to LLM Engine. If you see `Invalid value received for lora parameter 'lora_alpha'!`, | ||
| you should check that your hyperparameters are valid. |
Member
There was a problem hiding this comment.
Might be good to add a reminder link to the canonical definition of valid hyperparameters?
| The status of your fine-tune will give a high-level overview of the fine-tune's progress. | ||
| The events of your fine-tune will give more detail, such as the training loss and validation loss at each epoch, | ||
| as well as any errors that may have occurred. If you encounter any errors with your fine-tune, | ||
| the events are a good place to start debugging. For example, if you see `Unable to read training or validation dataset`, |
Member
There was a problem hiding this comment.
Do we have a separate error for malformed files, e.g. files that don't have prompt,response headers?
Would it make sense to put these in a table?
Member
There was a problem hiding this comment.
Discussed offline: prompt,response header validation would happen earlier, at FineTune.create time.
yixu34
approved these changes
Oct 18, 2023
Merged
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also update docs to reflect that mistral-7b is available