ypesk commited on
Commit
50d1aa6
·
verified ·
1 Parent(s): 8ff37b6

Update tasks/text.py

Browse files
Files changed (1) hide show
  1. tasks/text.py +1 -1
tasks/text.py CHANGED
@@ -30,7 +30,7 @@ else:
30
  device = torch.device("cpu")
31
 
32
 
33
- MODEL = "mlp" #mlp, ct, modern
34
 
35
  class ConspiracyClassification(
36
  nn.Module,
 
30
  device = torch.device("cpu")
31
 
32
 
33
+ MODEL = "ct" #mlp, ct, modern
34
 
35
  class ConspiracyClassification(
36
  nn.Module,