Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pip install dingo-python
# With HHEM hallucination detection model (requires transformers + torch)
pip install "dingo-python[hhem]"

# With retrieval benchmark evaluation (MTEB + pytrec_eval)
# With retrieval benchmark evaluation (MTEB + pytrec-eval-terrier)
pip install "dingo-python[retrieval]"

# With all features (HHEM + Agent + Retrieval)
Expand Down
2 changes: 1 addition & 1 deletion README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ pip install dingo-python
# HHEM 幻覚検出モデル(transformers + torch が必要)
pip install "dingo-python[hhem]"

# 検索プラットフォームベンチマーク評価(MTEB + pytrec_eval
# 検索プラットフォームベンチマーク評価(MTEB + pytrec-eval-terrier
pip install "dingo-python[retrieval]"

# 全機能をインストール(HHEM + Agent + Retrieval)
Expand Down
2 changes: 1 addition & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pip install dingo-python
# 安装 HHEM 幻觉检测模型(需要 transformers + torch)
pip install "dingo-python[hhem]"

# 安装检索平台评测(MTEB + pytrec_eval
# 安装检索平台评测(MTEB + pytrec-eval-terrier
pip install "dingo-python[retrieval]"

# 安装全部功能(HHEM + Agent + Retrieval)
Expand Down
2 changes: 1 addition & 1 deletion requirements/retrieval.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mteb>=1.0.0
pytrec_eval
pytrec-eval-terrier>=0.5.6
Loading