Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding model card to each AI API #168

Open
dhuynh95 opened this issue Apr 6, 2023 · 0 comments
Open

Adding model card to each AI API #168

dhuynh95 opened this issue Apr 6, 2023 · 0 comments

Comments

@dhuynh95
Copy link

dhuynh95 commented Apr 6, 2023

BlindAI will provide managed AI APIs.
For transparency it would be good to register on the Client Python SDK information about each model we use behind the scenes, for instance a link to the build process that was used to serve a specific model.

For instance, we could have something like:

import blindai

card = blindai.api.get_model_card("whisper", tee="sgx")
card.model_hash
>> "77af778b51abd4a3c51c5ddd97204a9c3ae614ebccb75a606c3b6865aed6744e"

card.build_process_link
>> "github.com/..."

Not top prio but could be cool for transparency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant