rain1955 commited on
Commit
8f44761
·
verified ·
1 Parent(s): 43e30a3

Add metadata tags for discoverability

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -1,3 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Replicating Anthropic's Emotion Vectors on an Open-Source 4B Model
2
 
3
  **First independent replication of Anthropic's "Emotion Concepts and their Function in a Large Language Model" (2026) on an open-source model.**
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - emotion-vectors
6
+ - interpretability
7
+ - mechanistic-interpretability
8
+ - replication
9
+ - gemma4
10
+ - anthropic
11
+ - valence-arousal
12
+ - PCA
13
+ - logit-lens
14
+ - emotion
15
+ - functional-emotions
16
+ - AI-safety
17
+ license: mit
18
+ library_name: transformers
19
+ pipeline_tag: text-generation
20
+ base_model: google/gemma-4-E4B-it
21
+ datasets:
22
+ - custom
23
+ ---
24
+
25
  # Replicating Anthropic's Emotion Vectors on an Open-Source 4B Model
26
 
27
  **First independent replication of Anthropic's "Emotion Concepts and their Function in a Large Language Model" (2026) on an open-source model.**