philipobiorah commited on
Commit
9d471db
·
verified ·
1 Parent(s): 2c83265

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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