lytang commited on
Commit
cfa7c55
1 Parent(s): d059999

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -25,6 +25,11 @@ We also have other two MiniCheck model variants:
25
 
26
 
27
  ### Model Performance
 
 
 
 
 
28
  The performance of these models is evaluated on our new collected benchmark (unseen by our models during training), [LLM-AggreFact](https://huggingface.co/datasets/lytang/LLM-AggreFact),
29
  from 10 recent human annotated datasets on fact-checking and grounding LLM generations. MiniCheck-RoBERTa-Large outperform all
30
  exisiting specialized fact-checkers with a similar scale by a large margin but is 2% worse than our best model MiniCheck-Flan-T5-Large, which
 
25
 
26
 
27
  ### Model Performance
28
+
29
+ <p align="center">
30
+ <img src="./cost-vs-bacc.png" width="360">
31
+ </p>
32
+
33
  The performance of these models is evaluated on our new collected benchmark (unseen by our models during training), [LLM-AggreFact](https://huggingface.co/datasets/lytang/LLM-AggreFact),
34
  from 10 recent human annotated datasets on fact-checking and grounding LLM generations. MiniCheck-RoBERTa-Large outperform all
35
  exisiting specialized fact-checkers with a similar scale by a large margin but is 2% worse than our best model MiniCheck-Flan-T5-Large, which