lytang commited on
Commit
17b4855
1 Parent(s): 2fb5b65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -113,7 +113,7 @@ docs = df.doc.values
113
  claims = df.claim.values
114
 
115
  scorer = MiniCheck(model_name='Bespoke-MiniCheck-7B', enable_prefix_caching=False, cache_dir='./ckpts')
116
- pred_label, raw_prob, _, _ = scorer.score(docs=[doc, doc], claims=[claim_1, claim_2]) # ~ 500 docs/min, depending on hardware
117
  ```
118
 
119
  To evaluate the result on the benchmark
 
113
  claims = df.claim.values
114
 
115
  scorer = MiniCheck(model_name='Bespoke-MiniCheck-7B', enable_prefix_caching=False, cache_dir='./ckpts')
116
+ pred_label, raw_prob, _, _ = scorer.score(docs=docs, claims=claims) # ~ 500 docs/min, depending on hardware
117
  ```
118
 
119
  To evaluate the result on the benchmark