Update README.md
Browse files
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
|
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
|