Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ 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 |
+
#
|
36 |
from transformers import BertTokenizer, BertForSequenceClassification
|
37 |
import torch
|
38 |
|