WICG / proposals

A home for well-formed proposed incubations for the web platform. All proposals welcome.
https://wicg.io/
Other
233 stars 16 forks source link

window.ai.finetune #160

Open hemanth opened 4 months ago

hemanth commented 4 months ago

window.ai.finetune enables web applications to fine-tune nano/ any local AI models directly in the browser. This API allows developers to customize AI models based on specific datasets or raw text, enhancing the capabilities of client-side AI applications.

Use Cases:

API: window.ai.finetune(options: FineTuneOptions)

Initiates the fine-tuning process for a model based on the provided options.

Returns a Promise that resolves to a FineTuneResult object containing the ID of the fine-tuned model and performance metrics.