Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions custom-models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Before creating a custom model job (fine-tuning or distillation) in Amazon Bedro
- [Fine-Tuning](./bedrock-fine-tuning) - Exmaple showing how different LLMs can be fine tuned onto Amazon Bedrock.
- [Model Distillation](./model_distillation) - Exmaple showing how different LLMs can be distilled onto Amazon Bedrock.
- [import_models](./import_models) - Exmaple showing how different Opensource LLMs can be imported onto Amazon Bedrock.
- [Structured Output with CMI](./structured_output_with_cmi.ipynb) - Example showing how to constrain imported model outputs to a JSON schema using `response_format`.


## Contributing
Expand Down
Loading