Spaces:
Sleeping
Sleeping
fix .constants
Browse files
judge.py
CHANGED
@@ -5,7 +5,7 @@ from torch import nn
|
|
5 |
|
6 |
from typing import List
|
7 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
8 |
-
from constants import LINGO_JUDGE
|
9 |
|
10 |
|
11 |
class LingoJudge(nn.Module):
|
|
|
5 |
|
6 |
from typing import List
|
7 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
8 |
+
from .constants import LINGO_JUDGE
|
9 |
|
10 |
|
11 |
class LingoJudge(nn.Module):
|