ayushsinha commited on
Commit
ea847ee
·
verified ·
1 Parent(s): d75fac7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ pip install transformers torch
21
  ### Loading the Model
22
 
23
  ```python
24
- from transformers import DistilBertTokenizer, DistilBertForSequenceClassification, Trainer, TrainingArguments
25
  import torch
26
 
27
  model_name = "AventIQ-AI/distilbert-spam-detection"
 
21
  ### Loading the Model
22
 
23
  ```python
24
+ from transformers import DistilBertTokenizer, DistilBertForSequenceClassification
25
  import torch
26
 
27
  model_name = "AventIQ-AI/distilbert-spam-detection"