mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
update gaia
This commit is contained in:
@@ -172,9 +172,14 @@ Example tasks you can try:
|
||||
|
||||
# 🧪 Experiments
|
||||
|
||||
We provided a script to reproduce the results on GAIA.
|
||||
You can check the `run_gaia_roleplaying.py` file and run the following command:
|
||||
To reproduce OWL's GAIA benchmark score of 58.18:
|
||||
|
||||
1. Switch to the `gaia58.18` branch:
|
||||
```bash
|
||||
git checkout gaia58.18
|
||||
```
|
||||
|
||||
1. Run the evaluation script:
|
||||
```bash
|
||||
python run_gaia_roleplaying.py
|
||||
```
|
||||
|
||||
10
README_zh.md
10
README_zh.md
@@ -164,9 +164,15 @@ logger.success(f"Answer: {answer}")
|
||||
- "总结这篇研究论文的主要观点:[论文URL]"
|
||||
# 🧪 实验
|
||||
|
||||
我们提供了一个脚本用于复现 GAIA 上的实验结果。
|
||||
你可以查看 `run_gaia_roleplaying.py` 文件,并运行以下命令:
|
||||
我们提供了一个脚本用于复现 GAIA 上的实验结果。
|
||||
要复现我们在 GAIA 基准测试中获得的 58.18 分:
|
||||
|
||||
1. 切换到 `gaia58.18` 分支:
|
||||
```bash
|
||||
git checkout gaia58.18
|
||||
```
|
||||
|
||||
2. 运行评估脚本:
|
||||
```bash
|
||||
python run_gaia_roleplaying.py
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user