tree-of-thought-puzzle-solver
The Tree of Thoughts (ToT) framework for solving complex reasoning tasks using LLMs
파일 탐색기
최종 버전 다운로드 (.zip)- __init__.py
- checker.py
- llm.py
- parser.py
- prompter.py
- state.py
- __init__.py
- config.py
- consts.py
- enums.py
- hyperparams.py
- utils.py
- 3x3_sudoku_puzzles.json
- 4x4_sudoku_puzzles.json
- 5x5_sudoku_puzzles.json
- 01-3x3_sudoku_zero_shot.txt
- 02-3x3_sudoku_one_shot_with_cot.txt
- 03-3x3_sudoku_few_shot_with_cot.txt
- 04-3x3_sudoku_tot.txt
- 01-4x4_sudoku_zero_shot.txt
- 02-4x4_sudoku_one_shot_with_cot.txt
- 03-4x4_sudoku_few_shot_with_cot.txt
- 04-4x4_sudoku_tot.txt
- 01-5x5_sudoku_zero_shot.txt
- 02-5x5_sudoku_one_shot_with_cot.txt
- 03-5x5_sudoku_few_shot_with_cot.txt
- 04-5x5_sudoku_tot.txt
- __init__.py
- chatbot_based_solvers.py
- __init__.py
- tot.py
- __init__.py
- .gitignore
- __init__.py
- LICENSE
- README.md
- requirements.txt
- run_expr.py
- run_tot.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/jieyilong/tree-of-thought-puzzle-solver
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd tree-of-thought-puzzle-solver
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
