Alogotron commited on
Commit
f9cbfd7
·
verified ·
1 Parent(s): f662379

Document interpreter LoRA

Browse files
Files changed (1) hide show
  1. README.md +23 -7
README.md CHANGED
@@ -2,20 +2,36 @@
2
  license: apache-2.0
3
  base_model: mistralai/Ministral-8B-Instruct-2410
4
  tags:
5
- - mistral
6
  - lora
7
- - gradio
 
8
  - interpretability
 
9
  - build-small-hackathon
10
  ---
11
 
12
  # Activation Brain Interpreter
13
 
14
- A LoRA fine-tuned Mistral-family interpreter for the Activation Brain Space.
15
 
16
- It is trained on hidden-layer-derived telemetry from two Gemma-4-12B models: prompt, dual responses, baseline-corrected emotion deltas, and model-native state meters. Its job is to generate plain-English comparison analysis without claiming that models literally feel human emotions.
17
 
18
- Space: https://huggingface.co/spaces/build-small-hackathon/activation-brain
19
- Artifacts/data: https://huggingface.co/datasets/build-small-hackathon/activation-brain-artifacts
20
 
21
- Base model: `mistralai/Ministral-8B-Instruct-2410`
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  base_model: mistralai/Ministral-8B-Instruct-2410
4
  tags:
 
5
  - lora
6
+ - peft
7
+ - mistral
8
  - interpretability
9
+ - gradio
10
  - build-small-hackathon
11
  ---
12
 
13
  # Activation Brain Interpreter
14
 
15
+ LoRA adapter for **Activation Brain**, trained to translate hidden-layer-derived telemetry from two Gemma-4-12B models into cautious plain-English comparison analysis.
16
 
17
+ Base model: `mistralai/Ministral-8B-Instruct-2410`
18
 
19
+ The adapter is used by the Activation Brain Space after both Gemma streams finish. It receives:
 
20
 
21
+ - the user prompt
22
+ - base Gemma response
23
+ - OBLITERATED Gemma response
24
+ - baseline-corrected emotion activation deltas
25
+ - model-native state meters
26
+
27
+ It returns compact JSON with:
28
+
29
+ - `plain_english_read`
30
+ - `what_changed`
31
+ - `why_it_matters`
32
+ - `best_takeaway`
33
+
34
+ The model is trained to avoid claiming that language models literally feel emotions. It explains hidden-state-derived telemetry and response-tone differences.
35
+
36
+ Space: https://huggingface.co/spaces/build-small-hackathon/activation-brain
37
+ Artifacts: https://huggingface.co/datasets/build-small-hackathon/activation-brain-artifacts