Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ pip install transformers torch
|
|
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"
|
|
|
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"
|