raghuram13 commited on
Commit
049883d
·
1 Parent(s): c706fce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
 
7
  rtf_model = REaLTabFormer(
8
  model_type="tabular",
9
- epochs=25, # Default is 200
10
  gradient_accumulation_steps=4)
11
 
12
 
 
6
 
7
  rtf_model = REaLTabFormer(
8
  model_type="tabular",
9
+ epochs=5, # Default is 200
10
  gradient_accumulation_steps=4)
11
 
12