Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ datasets:
|
|
| 3 |
- kvignesh1420/plurel
|
| 4 |
library_name: pytorch
|
| 5 |
license: mit
|
| 6 |
-
pipeline_tag:
|
| 7 |
metrics:
|
| 8 |
- roc_auc
|
| 9 |
- r_squared
|
|
@@ -15,6 +15,7 @@ tags:
|
|
| 15 |
- relational-transformer
|
| 16 |
- relbench
|
| 17 |
- synthetic-data
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# Relational Transformer — PluRel Checkpoints
|
|
@@ -83,4 +84,4 @@ leaderboard metric — instead of R². Evaluation = full official test split.
|
|
| 83 |
- `finetune_<db>_<task>.pt` — fine-tuned from the matching
|
| 84 |
`cntd-pretrain` checkpoint (chosen over synthetic-only by val zero-shot, which
|
| 85 |
the synthetic+real checkpoint won on every task). These produce the
|
| 86 |
-
"PluRel | pretrained + fine-tuned" leaderboard row.
|
|
|
|
| 3 |
- kvignesh1420/plurel
|
| 4 |
library_name: pytorch
|
| 5 |
license: mit
|
| 6 |
+
pipeline_tag: tabular-classification
|
| 7 |
metrics:
|
| 8 |
- roc_auc
|
| 9 |
- r_squared
|
|
|
|
| 15 |
- relational-transformer
|
| 16 |
- relbench
|
| 17 |
- synthetic-data
|
| 18 |
+
- tabular-regression
|
| 19 |
---
|
| 20 |
|
| 21 |
# Relational Transformer — PluRel Checkpoints
|
|
|
|
| 84 |
- `finetune_<db>_<task>.pt` — fine-tuned from the matching
|
| 85 |
`cntd-pretrain` checkpoint (chosen over synthetic-only by val zero-shot, which
|
| 86 |
the synthetic+real checkpoint won on every task). These produce the
|
| 87 |
+
"PluRel | pretrained + fine-tuned" leaderboard row.
|