saattrupdan
commited on
Commit
•
94cdf55
1
Parent(s):
ac1355d
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
|
2 |
---
|
3 |
language:
|
4 |
- da
|
5 |
-
license:
|
6 |
widget:
|
7 |
- text: Det er super godt
|
8 |
---
|
@@ -166,6 +165,4 @@ from transformers import BertTokenizer, BertForSequenceClassification
|
|
166 |
model = BertForSequenceClassification.from_pretrained("alexandrainst/da-sentiment-base")
|
167 |
tokenizer = BertTokenizer.from_pretrained("alexandrainst/da-sentiment-base")
|
168 |
```
|
169 |
-
</details>
|
170 |
-
|
171 |
-
|
|
|
|
|
1 |
---
|
2 |
language:
|
3 |
- da
|
4 |
+
license: apache-2.0
|
5 |
widget:
|
6 |
- text: Det er super godt
|
7 |
---
|
|
|
165 |
model = BertForSequenceClassification.from_pretrained("alexandrainst/da-sentiment-base")
|
166 |
tokenizer = BertTokenizer.from_pretrained("alexandrainst/da-sentiment-base")
|
167 |
```
|
168 |
+
</details>
|
|
|
|