Skip to content

Commit 47e15b2

Browse files
lxchtan抱月
authored andcommitted
docs: update SpeechFCEval link in README files to point to Hugging Face dataset
1 parent ce33968 commit 47e15b2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Please refer to the corresponding text in each dataset for `question` and `choic
203203

204204
Use `FUNCTION_CALLING_PROMPT` from [`utils/constant.py`](utils/constant.py) for inference. Note: replace the `{tools_definition}` placeholder with appropriate tool definitions. Refer to [`examples/infer_s2t.py`](examples/infer_s2t.py) for the inference script and tool definition format.
205205

206-
- **SpeechFCEval**: Data and evaluation scripts can be found at [SpeechFCEval](https://github.com/FunAudioLLM/SpeechFCEval)
206+
- **SpeechFCEval**: Data and evaluation scripts can be found at [SpeechFCEval](https://huggingface.co/datasets/FunAudioLLM/SpeechFCEval)
207207
- Some data and evaluation scripts are from [BFCL](https://github.com/ShishirPatil/gorilla/tree/main/berkeley-function-call-leaderboard/bfcl_eval) and [ACEBench](https://github.com/chenchen0103/ACEBench/tree/main/model_eval). We thank them for their contributions.
208208

209209
### 5. Speech Instruction-Following

README_zh.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ npm run dev
203203

204204
推理时使用 [`utils/constant.py`](utils/constant.py) 中的 `FUNCTION_CALLING_PROMPT`。注意:需要将 `{tools_definition}` 占位符替换为适当的工具定义。推理脚本和工具定义格式请参考 [`examples/infer_s2t.py`](examples/infer_s2t.py)
205205

206-
- **SpeechFCEval**:数据和评测脚本可在 [SpeechFCEval](https://github.com/FunAudioLLM/SpeechFCEval) 获取
206+
207+
- **SpeechFCEval**:数据和评测脚本可在 [SpeechFCEval](https://huggingface.co/datasets/FunAudioLLM/SpeechFCEval) 获取
207208
- 部分数据和评测脚本来自 [BFCL](https://github.com/ShishirPatil/gorilla/tree/main/berkeley-function-call-leaderboard/bfcl_eval)[ACEBench](https://github.com/chenchen0103/ACEBench/tree/main/model_eval)。感谢他们的贡献。
208209

209210
### 5. 语音指令遵循

0 commit comments

Comments
 (0)