premsa commited on
Commit
a3d9828
·
verified ·
1 Parent(s): 03fdcb9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ def main(repository: str):
40
 
41
  nlp = pipeline("text-classification", model=model, tokenizer=tokenizer)
42
 
43
- print(nlp("the masses are controlled by media. I am left wing"))
44
 
45
  if __name__ == "__main__":
46
  main(repository="premsa/political-bias-prediction-allsides-BERT")
 
40
 
41
  nlp = pipeline("text-classification", model=model, tokenizer=tokenizer)
42
 
43
+ print(nlp("the masses are controlled by media."))
44
 
45
  if __name__ == "__main__":
46
  main(repository="premsa/political-bias-prediction-allsides-BERT")