Commit
·
dd24c71
1
Parent(s):
0a0f733
Update README.md
Browse files
README.md
CHANGED
@@ -19,8 +19,8 @@ Here is how to use the model:
|
|
19 |
```python
|
20 |
from transformers import ElectraTokenizer, ElectraForSequenceClassification
|
21 |
|
22 |
-
model = ElectraForSequenceClassification.from_pretrained("
|
23 |
-
tokenizer = ElectraTokenizer.from_pretrained("
|
24 |
```
|
25 |
|
26 |
## Training data
|
|
|
19 |
```python
|
20 |
from transformers import ElectraTokenizer, ElectraForSequenceClassification
|
21 |
|
22 |
+
model = ElectraForSequenceClassification.from_pretrained("alexandrainst/da-hatespeech-detection-small")
|
23 |
+
tokenizer = ElectraTokenizer.from_pretrained("alexandrainst/da-hatespeech-detection-small")
|
24 |
```
|
25 |
|
26 |
## Training data
|