Clarification needed for dataset usage in example / llm_simple_qa .
#233 建立於 2025年8月6日
倉庫指標
- 星標
- (178 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Introduction or background of this discussion: Ianvs includes a wide range of examples showcasing its benchmarking capabilities. As far as I see , Issue #194 keeps a track of all the issues which are yet to be verified and well documented.
This issue is about the example
llm_simple_qa
Contents of this discussion:
I've been trying to run the llm_simple_qa example and encountered some confusion regarding the dataset. The README.md for this example embeds the dataset content directly and asks users to manually copy it. This differs significantly from the cloud-edge-collaborative-inference-for-llm example, which provides a clear kaggle download command for its dataset.
Screenshot of README.md of llm_simple_qa
Problem:
Lack of clear documentation and clarify in llm_simple_qa example .In addition , a verification is needed where the example runs or not .