hplisiecki commited on
Commit
310cf20
·
verified ·
1 Parent(s): ec429d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
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