lytang commited on
Commit
9b016cb
·
verified ·
1 Parent(s): f55a0e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -39,7 +39,7 @@ LLMs' actual behaviors.
39
 
40
  # Model Usage Demo
41
 
42
- Please first clone our [GitHub Repo](https://github.com/Liyan06/MiniCheck).
43
 
44
 
45
  ### Below is a simple use case
@@ -59,7 +59,7 @@ print(pred_label) # [1, 0]
59
  print(raw_prob) # [0.9805923700332642, 0.007121307775378227]
60
  ```
61
 
62
- ### Test on the LLM-AggreFact Benchmark
63
 
64
  ```python
65
  import pandas as pd
 
39
 
40
  # Model Usage Demo
41
 
42
+ Please first clone our [GitHub Repo](https://github.com/Liyan06/MiniCheck) and install necessary packages from `requirements.txt`.
43
 
44
 
45
  ### Below is a simple use case
 
59
  print(raw_prob) # [0.9805923700332642, 0.007121307775378227]
60
  ```
61
 
62
+ ### Test on our [LLM-AggreFact](https://huggingface.co/datasets/lytang/LLM-AggreFact) Benchmark
63
 
64
  ```python
65
  import pandas as pd