Update README.md
Browse files
README.md
CHANGED
@@ -58,6 +58,15 @@ A 10-fold cross-validation showed high reliability across different emotional di
|
|
58 |
|
59 |
You can use the model and tokenizer as follows:
|
60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
```python
|
62 |
from transformers import AutoTokenizer
|
63 |
import torch
|
|
|
58 |
|
59 |
You can use the model and tokenizer as follows:
|
60 |
|
61 |
+
First run
|
62 |
+
|
63 |
+
```bash
|
64 |
+
git clone https://huggingface.co/hplisiecki/polemo_intensity
|
65 |
+
|
66 |
+
|
67 |
+
to
|
68 |
+
|
69 |
+
|
70 |
```python
|
71 |
from transformers import AutoTokenizer
|
72 |
import torch
|