Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ For more details, please see [agentlans/readability](https://huggingface.co/data
|
|
49 |
|
50 |
Example on how to use the model:
|
51 |
|
52 |
-
```
|
53 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
54 |
import torch
|
55 |
|
|
|
49 |
|
50 |
Example on how to use the model:
|
51 |
|
52 |
+
```python
|
53 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
54 |
import torch
|
55 |
|