henry931007 commited on
Commit
a535623
·
1 Parent(s): e52615a

Update README.md

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