verdict
Inference-time scaling for LLMs-as-a-judge.
파일 탐색기
최종 버전 다운로드 (.zip)- website.yml
- body-top.html
- body.html
- bottom.md
- head-top.html
- head.html
- top.md
- conf.py
- index.rst
- Makefile
- modules.rst
- verdict.rst
- block.md
- index.yml
- model.md
- rate-limit.md
- scale.md
- schema.md
- dataset.md
- debugging.md
- experiment.md
- extractor.md
- index.yml
- layer.md
- overview.md
- pipeline.md
- prompt.md
- tracing.md
- transform.md
- unit.md
- distributional-bias.md
- dspy.md
- index.yml
- rubric.md
- schema-broadcast.md
- executor.md
- index.md
- primitives.md
- extractor.png
- self-preference.png
- skew.png
- ensemble.png
- figure.png
- last.png
- round-robin.png
- with_leaf.png
- cascade.png
- block.png
- experiment.png
- hierarchical.png
- jury.png
- propagate.png
- result.png
- unmaterialized.png
- logo.png
- pipeline.png
- results.png
- favicon.ico
- .gitignore
- best-practices.md
- changelog.md
- index.md
- installation.md
- motivation.md
- papers.md
- retype.yml
- nyc-bird.jpeg
- sf-bird.jpeg
- conversational.ipynb
- cot.ipynb
- image.ipynb
- judge.ipynb
- ranker.ipynb
- .gitignore
- debating-with-more-persuasive-llms-leads-to-more-truthful-answers.ipynb
- g-eval.ipynb
- llm-evaluators-are-not-fair-evaluators.ipynb
- llm-evaluators-recognize-and-favor-their-own-generations.ipynb
- lmunit.ipynb
- scalable-oversight.ipynb
- hierarchical.ipynb
- concurrent_rate_limiter.py
- multi_rate_limiter.py
- time_window_rate_limiter.py
- unlimited_rate_limiter.py
- __init__.py
- test_tracing.py
- test_materialize.py
- test_pipeline.py
- test_schema.py
- conversational.py
- cot.py
- ensemble_verify.py
- g_eval.py
- judge.py
- model_ensemble.py
- prompt.py
- ranker.py
- executor.py
- pipeline.py
- primitive.py
- synchronization.py
- visualization.py
- exceptions.py
- experiment.py
- image.py
- log.py
- misc.py
- ratelimit.py
- tracing.py
- __init__.py
- config.py
- dataset.py
- extractor.py
- model.py
- prompt.py
- scale.py
- schema.py
- transform.py
- .gitignore
- LICENSE.md
- pyproject.toml
- README.md
- requirements-dev.txt
- requirements.txt
- uv.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/haizelabs/verdict
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd verdict
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
pip install -r requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
jupyter notebook
브라우저에서 노트북(.ipynb) 파일들을 열람하고 실행할 수 있는 Jupyter 화면을 켭니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
