Skip to content

Commit 75f330b

Browse files
authored
Merge pull request #446 from oracle-samples/tsikiksr-patch-4
Add LLM section
2 parents c311d99 + f540fc2 commit 75f330b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ The [OCI Data Science service](https://www.oracle.com/data-science/cloud-infrast
1818

1919
This section provides examples of how to train machine learning models and deploy them on the OCI Data Science service, making it ideal for anyone looking to walk through an end-to-end problem.
2020

21+
### [Large Language Models](LLM)
22+
OCI Data Science supports LLMs in several ways:
23+
* Fine-tune, deploy and evaluate without writing code via [AI Quick Actions](https://docs.oracle.com/en-us/iaas/data-science/using/ai-quick-actions.htm)
24+
* LangChain integration via [ADS](https://accelerated-data-science.readthedocs.io/en/latest/user_guide/model_registration/large_language_model.html)
25+
* Directly by coding Python in the service. You can find more information [here](LLM)
26+
2127
### [Model Catalog Examples](model_catalog_examples/)
2228

2329
The [Model Catalog](https://docs.oracle.com/en-us/iaas/tools/ads-sdk/latest/user_guide/modelcatalog/modelcatalog.html) offers a managed and centralized storage space for models. ADS helps you create the artifacts you need to use this service. However, you must provide a [`score.py`](https://docs.oracle.com/en-us/iaas/data-science/using/model_score_py.htm) file that loads the model and a function that makes predictions. The [`runtime.yaml`](https://docs.oracle.com/en-us/iaas/data-science/using/model_runtime_yaml.htm) provides information about the runtime conda environment if you want to deploy the model. You can also document a comprehensive set of metadata about the provenance of the model. This section provides examples of how to create your `score.py` and `runtime.yaml` files for various common machine learning models and configurations.

0 commit comments

Comments
 (0)