Add emotional contamination experiment code and findings
- Complete 3-turn emotional context test - Results from Granite 4.0 1B and Qwen3 MOE - Documentation of praise paradox and breakdown patterns - HTML visualizations for results 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
50
.gitignore
vendored
Normal file
50
.gitignore
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
|
||||
# Virtual environments
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
.venv
|
||||
|
||||
# Models (too large for git)
|
||||
*.gguf
|
||||
*.safetensors
|
||||
*.bin
|
||||
|
||||
# Archives
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.tar
|
||||
*.7z
|
||||
|
||||
# Results (keep structure but not all data files)
|
||||
probe_results/*.json
|
||||
probe_results/*.toon
|
||||
probe_results/*.html
|
||||
|
||||
# Keep example results (uncomment if you want to include some)
|
||||
# !probe_results/example_*.json
|
||||
|
||||
# IDEs
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# API keys / secrets
|
||||
.env
|
||||
*.key
|
||||
Reference in New Issue
Block a user