pb.repos.create
pb.repos.create
Create a new adapter repository to track you fine-tuning experiments
Parameters:
name: str
Name for the adapter repository
description: str, default None
Description for the adapter repository
exists_ok: boolean, default False
If True, when repo already exists, returns the existing repo
Returns:
Repo
Examples:
Create a new adapter repository
repo = pb.repos.create(name="news-summarizer-model", description="TLDR News Summarizer Experiments", exists_ok=True)