Skip to content

Commit 74680a1

Browse files
merveenoyanpcuenca
andauthored
Add TabPFN as library (huggingface#1094)
The authors of TabPFN want to track the model (it's being downloaded a lot on GH it seems but not as much on Hub because they track config) @pcuenca --------- Co-authored-by: Pedro Cuenca <[email protected]>
1 parent 6a4dddf commit 74680a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
769769
repoUrl: "https://github.com/TensorSpeech/TensorFlowTTS",
770770
snippets: snippets.tensorflowtts,
771771
},
772+
tabpfn: {
773+
prettyLabel: "TabPFN",
774+
repoName: "TabPFN",
775+
repoUrl: "https://github.com/PriorLabs/TabPFN",
776+
countDownloads: `path_extension:"ckpt" or path:"config.json"`,
777+
},
772778
"tic-clip": {
773779
prettyLabel: "TiC-CLIP",
774780
repoName: "TiC-CLIP",

0 commit comments

Comments
 (0)