fix format
Browse files
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 |
+
```
|