jpgard commited on
Commit
c809873
1 Parent(s): 19cea90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: llama3
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ datasets:
4
+ - jpgard/t4-full
5
+ 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."
13
+
14
+ For more details on the model, see the paper, which includes a Model Card detailing the model architecture, training, and evaluation.
15
+
16
+ # Usage and Examples
17
+
18
+ We will add usage examples of the model soon!
19
+
20
+ # License and Terms of Use
21
+
22
+ TabuLa-8B is fine-tuned from the Llama-3 8B model.
23
+ As a result, we release it under the [Llama 3 license]((https://llama.meta.com/llama3/license/)),
24
+ and by using the model you agree to abide by the [Llama 3 Community License Agreement]((https://llama.meta.com/llama3/license/))
25
+ and the Llama 3 [Acceptable Use Policy](https://llama.meta.com/llama3/use-policy/).