Spaces:
Runtime error
Runtime error
Commit
·
bfa58d3
1
Parent(s):
6d47c20
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ import pandas as pd
|
|
3 |
from realtabformer import REaLTabFormer
|
4 |
|
5 |
rtf_model = REaLTabFormer(
|
6 |
-
|
7 |
-
|
8 |
|
9 |
|
10 |
def generate_data(file):
|
|
|
3 |
from realtabformer import REaLTabFormer
|
4 |
|
5 |
rtf_model = REaLTabFormer(
|
6 |
+
model_type="tabular",
|
7 |
+
gradient_accumulation_steps=4)
|
8 |
|
9 |
|
10 |
def generate_data(file):
|