Update README.md
Browse files
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 |
|