Lord-Raven commited on
Commit
3d9b992
·
1 Parent(s): aea5b4c

Experimenting with few-shot classification.

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -76,7 +76,6 @@ args = TrainingArguments(
76
 
77
  trainer = SetFitTrainer(
78
  model=few_shot_model,
79
- args=args,
80
  train_dataset=synthetic_dataset
81
  )
82
  trainer.train()
 
76
 
77
  trainer = SetFitTrainer(
78
  model=few_shot_model,
 
79
  train_dataset=synthetic_dataset
80
  )
81
  trainer.train()