davidkim205
commited on
Commit
·
be15f39
1
Parent(s):
8a2225d
Update README.md
Browse files
README.md
CHANGED
@@ -92,6 +92,7 @@ output
|
|
92 |
|
93 |
```
|
94 |
## Evaluation
|
|
|
95 |
|
96 |
| model | score | average(0~5) | percentage |
|
97 |
| --------------------------------------- | ------- | ------------ | ---------- |
|
|
|
92 |
|
93 |
```
|
94 |
## Evaluation
|
95 |
+
For objective model evaluation, we initially used EleutherAI's lm-evaluation-harness but obtained unsatisfactory results. Consequently, we conducted evaluations using ChatGPT, a widely used model, as described in [Self-Alignment with Instruction Backtranslation](https://arxiv.org/pdf/2308.06502.pdf) and [Three Ways of Using Large Language Models to Evaluate Chat](https://arxiv.org/pdf/2308.06259.pdf) .
|
96 |
|
97 |
| model | score | average(0~5) | percentage |
|
98 |
| --------------------------------------- | ------- | ------------ | ---------- |
|