google / generative-ai-docs

Documentation for Google's Gen AI site - including the Gemini API and Gemma
https://ai.google.dev
Apache License 2.0
1.71k stars 623 forks source link

Query about sharing my fine-tuned model #196

Closed hasan-sayeed closed 9 months ago

hasan-sayeed commented 11 months ago

Hi everyone,

I'm very new to this. I have a question. After I fine-tune a model through PaLM API on my own dataset how do I share my tuned model with others?

Thanks.

markmcd commented 10 months ago

There is a PermissionService in the API. It's not particularly well documented, but I started putting together a sample that shows how to share a tuned model over in #170. It's not approved or merged yet (my bad) but hopefully you can see the code.

MarkDaoust commented 10 months ago

Yes, no docs aside from the generated api-reference, and no support in the python SDK (google.generativeai), just the low-level client library (google.ai.generativelanguage).

Here's the entry point for the generated api-reference: https://ai.google.dev/api/python/google/ai/generativelanguage/PermissionServiceClient

github-actions[bot] commented 10 months ago

Marking this issue as stale since it has been open for 14 days with no activity. This issue will be closed if no further activity occurs.

github-actions[bot] commented 9 months ago

This issue was closed because it has been inactive for 28 days. Please post a new issue if you need further assistance. Thanks!