Commit
•
945b3ad
1
Parent(s):
79f3df3
Update README.md (#1)
Browse files- Update README.md (fba315200cccdeafe5e719cbf1c47072a0cdb099)
Co-authored-by: Kenneth C. Enevoldsen <KennethEnevoldsen@users.noreply.huggingface.co>
README.md
CHANGED
@@ -22,8 +22,8 @@ Here is how to use the model:
|
|
22 |
```python
|
23 |
from transformers import BertTokenizer, BertForSequenceClassification
|
24 |
|
25 |
-
model = BertForSequenceClassification.from_pretrained("alexandrainst/da-
|
26 |
-
tokenizer = BertTokenizer.from_pretrained("alexandrainst/da-
|
27 |
```
|
28 |
|
29 |
## Training data
|
|
|
22 |
```python
|
23 |
from transformers import BertTokenizer, BertForSequenceClassification
|
24 |
|
25 |
+
model = BertForSequenceClassification.from_pretrained("alexandrainst/da-subjectivivity-classification-base")
|
26 |
+
tokenizer = BertTokenizer.from_pretrained("alexandrainst/da-subjectivivity-classification-base")
|
27 |
```
|
28 |
|
29 |
## Training data
|