Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
|
2 |
import pandas as pd
|
3 |
import torch
|
4 |
-
|
5 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification, Trainer, TrainingArguments
|
6 |
|
7 |
# Load the pre-trained BERT model and tokenizer
|
|
|
1 |
|
2 |
import pandas as pd
|
3 |
import torch
|
4 |
+
|
5 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification, Trainer, TrainingArguments
|
6 |
|
7 |
# Load the pre-trained BERT model and tokenizer
|