Sihao Chen
commited on
Commit
•
cd27fa8
1
Parent(s):
ec1a43e
Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
31 |
tokenizer = AutoTokenizer.from_pretrained("CogComp/bart-faithful-summary-detector")
|
32 |
model = AutoModelForSequenceClassification.from_pretrained("CogComp/bart-faithful-summary-detector")
|
33 |
|
34 |
-
article = "Ban-
|
35 |
|
36 |
bad_summary = "Ban Ki-moon was elected for a second term in 2007"
|
37 |
good_summary = "Ban Ki-moon was elected for a second term in 2011"
|
|
|
31 |
tokenizer = AutoTokenizer.from_pretrained("CogComp/bart-faithful-summary-detector")
|
32 |
model = AutoModelForSequenceClassification.from_pretrained("CogComp/bart-faithful-summary-detector")
|
33 |
|
34 |
+
article = "Ban Ki-Moon was re-elected for a second term by the UN General Assembly, unopposed and unanimously, on 21 June 2011"
|
35 |
|
36 |
bad_summary = "Ban Ki-moon was elected for a second term in 2007"
|
37 |
good_summary = "Ban Ki-moon was elected for a second term in 2011"
|