Zilong-Zhao commited on
Commit
fe4ff10
·
1 Parent(s): b0d7cdb

update configuration page

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # TabTreeFormer: Tabular Data Generation Using Hybrid Tree-Transformer
2
 
3
  ## Pre-requisites
@@ -25,4 +35,5 @@ one can run the following:
25
  ```shell
26
  python main.py train -d iris.csv -t target -p mult -o out
27
  python main.py sample -c out -n 150 -o synthetic-iris.csv
28
- ```
 
 
1
+ ---
2
+ title: TabTreeFormer
3
+ emoji: "🖥️"
4
+ colorFrom: "blue"
5
+ colorTo: "green"
6
+ sdk: static
7
+ sdk_version: "0.0.1"
8
+ pinned: false
9
+ ---
10
+
11
  # TabTreeFormer: Tabular Data Generation Using Hybrid Tree-Transformer
12
 
13
  ## Pre-requisites
 
35
  ```shell
36
  python main.py train -d iris.csv -t target -p mult -o out
37
  python main.py sample -c out -n 150 -o synthetic-iris.csv
38
+ ```
39
+ >>>>>>> b0d7cdb (first commit)