yifan commited on
Commit
217053a
1 Parent(s): 0fe590e

fix format

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -27,8 +27,10 @@ https://propaganda.qcri.org/annotations/definitions.html
27
 
28
  ## How to use
29
 
 
30
  >>> from .model import BertForTokenAndSequenceJointClassification
31
  >>> model = BertForTokenAndSequenceJointClassification.from_pretrained(
32
  >>> "QCRI/PropagandaTechniquesAnalysis-en-BERT",
33
  >>> revision="v0.1.0",
34
  >>> )
 
 
27
 
28
  ## How to use
29
 
30
+ ```python
31
  >>> from .model import BertForTokenAndSequenceJointClassification
32
  >>> model = BertForTokenAndSequenceJointClassification.from_pretrained(
33
  >>> "QCRI/PropagandaTechniquesAnalysis-en-BERT",
34
  >>> revision="v0.1.0",
35
  >>> )
36
+ ```