sfeucht commited on
Commit
3a7df1a
1 Parent(s): a3c684b

Upload probes_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. probes_config.json +1 -0
probes_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"probes": [{"name": "llama-2-7b_layer-1_tgtidx-3", "file": "llama-2-7b/layer-1_tgtidx-3.pt", "description": "Probe trained on Llama-2-7b embedding layer to predict -3rd token"}, {"name": "llama-2-7b_layer0_tgtidx-3", "file": "llama-2-7b/layer0_tgtidx-3.pt", "description": "Probe trained on Llama-2-7b embedding layer to predict -3rd token"}]}