Tabular Classification
Transformers
Safetensors
felatab
feature-extraction
fela
tabular
in-context-learning
prior-fitted-network
foundation-model
delta-rule
cpu
on-device
custom_code
Eval Results (legacy)
Instructions to use lowdown-labs/fela-tab with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lowdown-labs/fela-tab with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("lowdown-labs/fela-tab", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,6 +27,9 @@ model-index:
|
|
| 27 |
name: mean accuracy (zero shot)
|
| 28 |
---
|
| 29 |
|
|
|
|
|
|
|
|
|
|
| 30 |
# DISCLAIMER
|
| 31 |
|
| 32 |
This model is a research preview. It is offered for advancing public science and for evaluation.
|
|
|
|
| 27 |
name: mean accuracy (zero shot)
|
| 28 |
---
|
| 29 |
|
| 30 |
+
> **N.B.** Check us out on [Github](https://github.com/Lowdown-Labs/pg_fela) if you want a
|
| 31 |
+
> prepackaged way to deploy this on Postgres. Google Sheets Extension coming soon!!!
|
| 32 |
+
|
| 33 |
# DISCLAIMER
|
| 34 |
|
| 35 |
This model is a research preview. It is offered for advancing public science and for evaluation.
|