Commit ·
a535623
1
Parent(s): e52615a
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
## Pre-trained factual consistency checking model for abstractive summaries introduced in the following NAACL-22 paper.
|
|
|
|
| 2 |
model = AutoModelforSequenceClassification("henry931007/mfma")
|
| 3 |
|
| 4 |
|
|
|
|
| 1 |
## Pre-trained factual consistency checking model for abstractive summaries introduced in the following NAACL-22 paper.
|
| 2 |
+
from transformers import AutoModelforSequenceClassification
|
| 3 |
model = AutoModelforSequenceClassification("henry931007/mfma")
|
| 4 |
|
| 5 |
|