forked from DLR-SC/style-vectors-for-steering-llms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
19 lines (14 loc) · 663 Bytes
/
.env.sample
File metadata and controls
19 lines (14 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Preferred, works with HF hub IDs or local paths (e.g., mistralai/Mistral-7B-Instruct-v0.3 or C:/models/mistral-7b)
MODEL_ID = "mistralai/Mistral-7B-Instruct-v0.3"
# Legacy (kept for backward compatibility). If MODEL_ID is unset, this will be used.
# ALPACA_WEIGHTS_FOLDER = "TODO/alpaca_7b"
# GO_EMO_TRAIN_ACTIVATIONS = "TODO"
# GO_EMO_TEST_ACTIVATIONS = "TODO"
# GO_EMO_TRAIN_TRAINED_STEERING = "TODO"
# GO_EMO_TEST_TRAINED_STEERING = "TODO"
# TRAINED_VECTORS_PATH_Yelp = "TODO"
# TRAINED_VECTORS_PATH_GoEmo = "TODO"
# TRAINED_VECTORS_PATH_Shake = "TODO"
# ACTIVATIONS_PATH_YELP = "TODO"
# ACTIVATIONS_PATH_GoEmo = "TODO"
# ACTIVATIONS_PATH_Shake = "TODO"