bvishnu123 commited on
Commit
92d606f
1 Parent(s): f8a8daf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from fake_job_detector.models import DistilBERTBaseModel
4
 
5
  def process_input(title, description):
6
  # Load the safetensors
7
- safetensors_path = "base_unfrozen_5epoch"
8
 
9
  # Load the DistilBERT model
10
  model = DistilBERTBaseModel(safetensors_path)
 
4
 
5
  def process_input(title, description):
6
  # Load the safetensors
7
+ safetensors_path = "synthetic_data_5epoch"
8
 
9
  # Load the DistilBERT model
10
  model = DistilBERTBaseModel(safetensors_path)