jmvcoelho commited on
Commit
6de9b24
·
verified ·
1 Parent(s): f47fb2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ Binary classification model for ad-detection on QA Systems.
9
 
10
  ## Sample usage
11
 
12
- ```
13
  import torch
14
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
15
 
 
9
 
10
  ## Sample usage
11
 
12
+ ```python
13
  import torch
14
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
15