IBM / ibm-generative-ai

IBM-Generative-AI is a Python library built on IBM's large language model REST interface to seamlessly integrate and extend this service in Python programs.
https://ibm.github.io/ibm-generative-ai/
Apache License 2.0
245 stars 101 forks source link

feat: add fine-tuning with deployments #357

Closed David-Kristek closed 3 months ago

David-Kristek commented 3 months ago

Add support for deployment of fine-tuned models. Deployment example needs to at first create the fine-tune model and then deploy. Fine-tuning is inspired by already existing tune example. Note: in schema are also BetaEvaluation types added, but I didn't group it - not part of this pr.

coveralls commented 3 months ago

Coverage Status

coverage: 90.165% (+0.8%) from 89.378% when pulling 9a84557836e3ec94b268bd2691d4ff0fc8e93042 on 0-deployments into e8ecae9e9588662d90d48059cfdfb115920965b9 on main.