Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ language:
|
|
| 6 |
- en
|
| 7 |
---
|
| 8 |
|
| 9 |
-
This repository contains the TabuLa-8B model.
|
| 10 |
TabuLa-8B is a foundation model for prediction (classification and binned regression) on tabular data.
|
| 11 |
|
| 12 |
TabuLa-8B is described in the paper "Large Scale Transfer Learning for Tabular Data via Language Modeling."
|
|
@@ -15,6 +15,8 @@ For more details on the model, see the paper, which includes a Model Card detail
|
|
| 15 |
TabuLa-8B was trained with [rtfm](https://github.com/mlfoundations/rtfm),
|
| 16 |
using the [t4 dataset](https://huggingface.co/datasets/mlfoundations/t4-full).
|
| 17 |
|
|
|
|
|
|
|
| 18 |
# Usage and Examples
|
| 19 |
|
| 20 |
You can load the model with `transformers` via
|
|
|
|
| 6 |
- en
|
| 7 |
---
|
| 8 |
|
| 9 |
+
This repository contains the TabuLa-8B (Tabular Llama-8B) model.
|
| 10 |
TabuLa-8B is a foundation model for prediction (classification and binned regression) on tabular data.
|
| 11 |
|
| 12 |
TabuLa-8B is described in the paper "Large Scale Transfer Learning for Tabular Data via Language Modeling."
|
|
|
|
| 15 |
TabuLa-8B was trained with [rtfm](https://github.com/mlfoundations/rtfm),
|
| 16 |
using the [t4 dataset](https://huggingface.co/datasets/mlfoundations/t4-full).
|
| 17 |
|
| 18 |
+
TabuLa-8B is built with Meta Llama 3.
|
| 19 |
+
|
| 20 |
# Usage and Examples
|
| 21 |
|
| 22 |
You can load the model with `transformers` via
|