Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
沈秋雨
/
weknora_ragas
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
0813ef9c
...
0813ef9c42f09e4f07dc8b126d73c96fbcd29df5
authored
2026-04-22 11:38:48 +0800
by
沈秋雨
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
调整ragas最大token长度
1 parent
86440082
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
configs/eval.yaml
configs/eval.yaml
View file @
0813ef9
...
...
@@ -69,7 +69,7 @@ ragas:
judge_model
:
"
${RAGAS_JUDGE_MODEL}"
embedding_model
:
"
${RAGAS_EMBEDDING_MODEL}"
temperature
:
0
max_tokens
:
20480
max_tokens
:
8192
timeout_seconds
:
600
max_workers
:
1
metrics
:
...
...
Please
register
or
sign in
to post a comment