madDegen commited on
Commit
eadf6ea
·
verified ·
1 Parent(s): 2f59871

consolidate: Evo env example

Browse files
Files changed (1) hide show
  1. evo/.env.example +20 -0
evo/.env.example ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Agent Q3 [Evo] — Environment Variables
2
+
3
+ # HuggingFace
4
+ HF_TOKEN=hf_xxx
5
+ HF_DATASET=madDegen/agent-q3
6
+ ADAPTER_REPO=madDegen/agent-q3-loras
7
+
8
+ # Models
9
+ BASE_MODEL=unsloth/Llama-3.2-3B-Instruct-bnb-4bit
10
+ EVAL_MODEL=qwen3.5:4b-instruct-q4_K_M
11
+ EMBED_MODEL=nomic-ai/nomic-embed-text-v1
12
+ OLLAMA_URL=http://localhost:11434/v1/chat/completions
13
+
14
+ # Training
15
+ MAX_SEQ_LEN=2048
16
+ LORA_RANK=16
17
+
18
+ # Storage
19
+ CHROMA_PATH=./chroma_data
20
+ FEEDBACK_DIR=./feedback