Closed hasan-sayeed closed 9 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.
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
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.
This issue was closed because it has been inactive for 28 days. Please post a new issue if you need further assistance. Thanks!
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.