Skip to content

Commit cd05883

Browse files
shaypal5claude
andauthored
fix(publish): publish HF dataset under shaypal5 personal account (#93)
The leadforge org does not exist on HuggingFace; publish under shaypal5 instead. Repo IDs become: shaypal5/leadforge-lead-scoring-v1 shaypal5/leadforge-lead-scoring-v1-instructor Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ec3d38f commit cd05883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/publish_hf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def _resolve_token(cli_token: str | None) -> str | None:
128128
# Repo identity
129129
# ---------------------------------------------------------------------------
130130

131-
HF_ORG: Final[str] = "leadforge"
131+
HF_ORG: Final[str] = "shaypal5"
132132
REPO_IDS: Final[dict[str, str]] = {
133133
"public": f"{HF_ORG}/leadforge-lead-scoring-v1",
134134
"instructor": f"{HF_ORG}/leadforge-lead-scoring-v1-instructor",

0 commit comments

Comments
 (0)