Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,17 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# PoliticalBiasBERT
|
6 |
|
7 |
<!-- Provide a quick summary of what the model is/does. -->
|
8 |
|
9 |
-
BERT finetuned on many examples of politically biased texts
|
|
|
|
|
10 |
## Usage
|
11 |
```py
|
12 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
---
|
7 |
|
8 |
# PoliticalBiasBERT
|
9 |
|
10 |
<!-- Provide a quick summary of what the model is/does. -->
|
11 |
|
12 |
+
BERT finetuned on many examples of politically biased texts
|
13 |
+
|
14 |
+
Paper and repository coming soon.
|
15 |
## Usage
|
16 |
```py
|
17 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|