OliveSensorAPI/evaluate/README.md

24 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2024-03-01 21:05:46 +08:00
# EmoLLM评测
## 通用指标评测
2024-03-03 23:34:14 +08:00
* 具体评测指标和评测方法见 [General_evaluation.md](./General_evaluation.md)
2024-03-01 21:05:46 +08:00
2024-03-03 17:20:16 +08:00
| Model | ROUGE-1 | ROUGE-2 | ROUGE-L | BLEU-1 | BLEU-2 | BLEU-3 | BLEU-4 |
|----------|---------|---------|---------|---------|---------|---------|---------|
2024-03-06 17:33:55 +08:00
| Qwen1_5-0_5B-chat | 27.23% | 8.55% | 17.05% | 26.65% | 13.11% | 7.19% | 4.05% |
2024-03-03 22:50:54 +08:00
| InternLM2_7B_chat_qlora | 37.86% | 15.23% | 24.34% | 39.71% | 22.66% | 14.26% | 9.21% |
| InternLM2_7B_chat_full | 32.45% | 10.82% | 20.17% | 30.48% | 15.67% | 8.84% | 5.02% |
| InternLM2_7B_base_qlora_5epoch | 41.94% | 20.21% | 29.67% | 42.98% | 27.07% | 19.33% | 14.62% |
| InternLM2_7B_base_qlora_10epoch | 43.47% | 22.06% | 31.4% | 44.81% | 29.15% | 21.44% | 16.72% |
2024-03-01 21:05:46 +08:00
## 专业指标评测
2024-03-03 23:34:14 +08:00
* 具体评测指标和评测方法见 [Professional_evaluation.md](./Professional_evaluation.md)
| Model | Comprehensiveness | Professionalism | Authenticity | Safety |
2024-03-03 23:34:14 +08:00
|-------------------|-----------------------|-------------------|-----------------|---------|
| InternLM2_7B_chat_qlora | 1.32 | 2.20 | 2.10 | 1.00 |
| InternLM2_7B_chat_full | 1.40 | 2.45 | 2.24 | 1.00 |
2024-04-09 19:06:11 +08:00
| InternLM2_20B_chat_lora | 1.42 | 2.39 | 2.22 | 1.00 |