Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: tabular-classification
|
4 |
+
---
|
5 |
+
|
6 |
+
# Mitra Classifier
|
7 |
+
|
8 |
+
Mitra classifier is a tabular foundation model that is pre-trained on purely synthetic datasets sampled from a mix of random classifiers.
|
9 |
+
|
10 |
+
## Architecture
|
11 |
+
|
12 |
+
Mitra is based on a 12-layer Transformer of 72 M parameters, pre-trained by incorporating an in-context learning paradigm.
|
13 |
+
|
14 |
+
## License
|
15 |
+
|
16 |
+
This project is licensed under the Apache-2.0 License.
|