CoolFace
Datasetpublic

maximuspowers/muat-mean-std

Subject Models for Interpretability Training These examples are intended for training an interpreter to: Identify what patterns a model classifies as positive based on an activation signature, with examples of: trained model + signature → pattern identification. Signature Extraction Neuron Profile Methods mean, std Prompt Format separate Signature Dataset dataset_generation/exp_1/signature_dataset.json Model Architecture Number of Layers 4 to 6… See the full description on the dataset page: https://huggingface.co/datasets/maximuspowers/muat-mean-std.

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes25downloads
Dataset Card

Subject Models for Interpretability Training

These examples are intended for training an interpreter to:

  • Identify what patterns a model classifies as positive based on an activation signature, with examples of: trained model + signature → pattern identification.
Signature Extraction
Neuron Profile Methodsmean, std
Prompt Formatseparate
Signature Datasetdatasetgeneration/exp1/signature_dataset.json
Model Architecture
Number of Layers4 to 6
Neurons per Layer5 to 8
Activation Typesrelu, gelu
Pattern Vocab Size10
Pattern Sequence Len5
Training Datasets
Enabled Patternspalindrome, sortedascending, sorteddescending, alternating, containsabc, startswith, endswith, norepeats, hasmajority, increasingpairs, decreasingpairs, vowelconsonant, firstlastmatch, mountain_pattern
Patterns per Batch1-1
Pos/Neg Ratio1:1
Target Total Examples per Subject Model250
Staged Training
Min Improvement Threshold0.05 (5.0%)
Corruption Rate0.15 (15.0%)

Dataset Fields

FieldDescription
example_idUnique identifier for each example
metadataJSON string containing:
- target_pattern: The pattern that was corrupted during training
- degraded_accuracy: Accuracy of the model trained on corrupted data
- improved_accuracy: Accuracy of the model after training on clean data
- improvement: Delta between degraded and improved accuracy
- model_config: Subject model architecture and hyperparameters
- corruption_stats: Details about label corruption
- selected_patterns: All patterns in the subject model's training dataset
- precision: Model weight precision
- quantization: Quantization type applied to weights
- config_signature: Hash of critical config fields for validation
classification_promptInput prompt with improved model weights and signature
classification_completionTarget completion identifying the pattern
classification_textFull concatenated text (prompt + completion)