davidkim205
commited on
Commit
•
cf47164
1
Parent(s):
0121054
Update README.md
Browse files
README.md
CHANGED
@@ -94,6 +94,7 @@ output
|
|
94 |
|
95 |
```
|
96 |
## Evaluation
|
|
|
97 |
|
98 |
| model | score | average(0~5) | percentage |
|
99 |
| --------------------------------------- | ------- | ------------ | ---------- |
|
|
|
94 |
|
95 |
```
|
96 |
## Evaluation
|
97 |
+
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) .
|
98 |
|
99 |
| model | score | average(0~5) | percentage |
|
100 |
| --------------------------------------- | ------- | ------------ | ---------- |
|