fzn0x commited on
Commit
2e53b1f
·
verified ·
1 Parent(s): f123e69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ My second project in Natural Language Processing (NLP), where I fine-tuned a ber
6
 
7
  How to use this model?
8
 
9
- ```
10
  from transformers import BertTokenizer, BertForSequenceClassification
11
  import torch
12
 
 
6
 
7
  How to use this model?
8
 
9
+ ```py
10
  from transformers import BertTokenizer, BertForSequenceClassification
11
  import torch
12