henry931007 commited on
Commit
ad7b949
1 Parent(s): a535623

Update README.md

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