Spaces:
Sleeping
Sleeping
Update tasks/text.py
Browse files- tasks/text.py +1 -1
tasks/text.py
CHANGED
@@ -30,7 +30,7 @@ else:
|
|
30 |
device = torch.device("cpu")
|
31 |
|
32 |
|
33 |
-
MODEL = "
|
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,
|