xiyuanz commited on
Commit
88f30c5
·
verified ·
1 Parent(s): 9b94cd5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
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.