Wenda Xu
commited on
Commit
·
c3b0957
1
Parent(s):
82e3356
fix figs
Browse files
README.md
CHANGED
@@ -8,9 +8,8 @@ An amazing explanation metric (diagnostic report) for text generation evaluation
|
|
8 |
|
9 |
First step, you may download all required dependencies through: pip3 install -r requirements.txt
|
10 |
|
11 |
-
|
12 |
-
|
13 |
-
</div>
|
14 |
|
15 |
To run our metric, you only need five lines
|
16 |
|
@@ -24,6 +23,6 @@ batch_outputs, scores_ls = scorer.score(refs, outs)
|
|
24 |
```
|
25 |
````
|
26 |
|
27 |
-
![Overview](figs/InstructScore.jpg)
|
28 |
|
29 |
|
|
|
8 |
|
9 |
First step, you may download all required dependencies through: pip3 install -r requirements.txt
|
10 |
|
11 |
+
# Metric Card for InstructScore
|
12 |
+
![alt text](https://huggingface.co/xu1998hz/InstructScore/blob/main/figs/InstructScore_teaser.jpg)
|
|
|
13 |
|
14 |
To run our metric, you only need five lines
|
15 |
|
|
|
23 |
```
|
24 |
````
|
25 |
|
26 |
+
![Overview](https://huggingface.co/xu1998hz/InstructScore/blob/main/figs/InstructScore.jpg)
|
27 |
|
28 |
|