Files
reasoning-gym/.gitignore
Zafir Stojanovski c6663cdb81 fix(training): Prepend <think> token in format reward (#396)
* prepend think token in format reward

* pre commit + fix some default vals

* add checkpoint config
2025-03-28 09:45:17 +01:00

53 lines
434 B
Plaintext

.aider*
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.python-version
# Virtual Environment
venv/
env/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.coverage
htmlcov/
.pytest_cache/
# OSX
.DS_Store
# Jupyter Notebook
.ipynb_checkpoints/
.virtual_documents/
# logs
wandb/
outputs/
*.log