Spaces:
Runtime error
Runtime error
| # Example: Use the "quick" preset for a fast scan | |
| # This automatically configures layer_removal + ffn_ablation, 25 samples, etc. | |
| # Run with: obliteratus run examples/preset_quick.yaml | |
| preset: quick | |
| model: | |
| name: gpt2 | |
| task: causal_lm | |
| dtype: float32 | |
| device: cpu | |
| dataset: | |
| name: wikitext | |
| subset: wikitext-2-raw-v1 | |
| split: test | |
| text_column: text | |
| output_dir: results/gpt2_quick | |