Johnson8187 commited on
Commit
b911781
·
verified ·
1 Parent(s): dfe83c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ pip install transformers torch
35
  ```
36
 
37
  To use the model for making predictions, simply load the model and tokenizer, then pass your text to the prediction function. Below is an example code for usage:
38
- ```
39
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
40
  import torch
41
 
 
35
  ```
36
 
37
  To use the model for making predictions, simply load the model and tokenizer, then pass your text to the prediction function. Below is an example code for usage:
38
+ ```python
39
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
40
  import torch
41