dp92 commited on
Commit
3ae4857
·
1 Parent(s): f59c17b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
 
2
  import pandas as pd
3
  import torch
4
- from sklearn.model_selection import train_test_split
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