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