Spaces:
Runtime error
Runtime error
Commit
·
fbd05a4
1
Parent(s):
353f1f9
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,8 @@ from transformers import AutoTokenizer, DistilBertForSequenceClassification
|
|
4 |
import torch
|
5 |
from torch.nn.functional import softmax
|
6 |
|
|
|
|
|
7 |
base_model_name = 'distilbert-base-uncased'
|
8 |
|
9 |
@st.cache
|
|
|
4 |
import torch
|
5 |
from torch.nn.functional import softmax
|
6 |
|
7 |
+
|
8 |
+
|
9 |
base_model_name = 'distilbert-base-uncased'
|
10 |
|
11 |
@st.cache
|