mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-04-25 12:46:04 +02:00
20 lines
390 B
YAML
20 lines
390 B
YAML
# 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
|