rklra commited on
Commit
9306ad2
1 Parent(s): c1ba41f

Update README.md

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