Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
from sklearn.model_selection import train_test_split
|
2 |
import torch
|
3 |
from transformers import BertTokenizer, BertForSequenceClassification, Trainer, TrainingArguments
|
|
|
4 |
|
5 |
|
6 |
# Load the CSV file into a pandas DataFrame
|
|
|
1 |
from sklearn.model_selection import train_test_split
|
2 |
import torch
|
3 |
from transformers import BertTokenizer, BertForSequenceClassification, Trainer, TrainingArguments
|
4 |
+
import pandas as pd
|
5 |
|
6 |
|
7 |
# Load the CSV file into a pandas DataFrame
|