Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,8 @@ This repository contains a fine-tuned BERT model for sentiment analysis on IMDb
|
|
32 |
- `1`: Positive
|
33 |
|
34 |
## Usage
|
35 |
-
|
|
|
36 |
from transformers import BertTokenizer, BertForSequenceClassification
|
37 |
import torch
|
38 |
|
|
|
32 |
- `1`: Positive
|
33 |
|
34 |
## Usage
|
35 |
+
### **Load the Model in Python**
|
36 |
+
```python
|
37 |
from transformers import BertTokenizer, BertForSequenceClassification
|
38 |
import torch
|
39 |
|