Skip to content

Commit 51413a4

Browse files
authored
Use default counting rule for TabPFN library (i.e. count config.json downloads) (huggingface#1100)
See huggingface#1094 (comment). Better to count only `config.json` downloads to avoid double-counting. Also, it seems that it should be easy to create a "use this model" snippet for TabPFN models. As mentioned by @merveenoyan in huggingface#1094 (comment), documenting it in TabPFN repos + on the Hub will make it easier to load the models for end users. This is orthogonal to this PR though. cc @noahho
1 parent 504fcb4 commit 51413a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,8 +772,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
772772
tabpfn: {
773773
prettyLabel: "TabPFN",
774774
repoName: "TabPFN",
775-
repoUrl: "https://github.com/PriorLabs/TabPFN",
776-
countDownloads: `path_extension:"ckpt" or path:"config.json"`,
775+
repoUrl: "https://github.com/PriorLabs/TabPFN"
777776
},
778777
"tic-clip": {
779778
prettyLabel: "TiC-CLIP",

0 commit comments

Comments
 (0)