Compare commits
3
Commits
b2aa855a70
...
21bc219f31
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21bc219f31
|
||
|
|
ef35472398
|
||
|
|
4d73be8e1b
|
@@ -1,5 +1,6 @@
|
|||||||
data/raw/*
|
data/raw/*
|
||||||
!data/raw/.gitkeep
|
!data/raw/.gitkeep
|
||||||
|
!data/raw/replay.jsonl
|
||||||
out/*.safetensors
|
out/*.safetensors
|
||||||
out/checkpoint-*/
|
out/checkpoint-*/
|
||||||
*.safetensors
|
*.safetensors
|
||||||
@@ -9,3 +10,4 @@ __pycache__/
|
|||||||
*.pyc
|
*.pyc
|
||||||
.ipynb_checkpoints/
|
.ipynb_checkpoints/
|
||||||
.env
|
.env
|
||||||
|
.worktrees/
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -16,7 +16,7 @@ import urllib.request
|
|||||||
|
|
||||||
API_URL = "http://localhost:8000/v1/chat/completions"
|
API_URL = "http://localhost:8000/v1/chat/completions"
|
||||||
MODEL = "qwen3.6-35b"
|
MODEL = "qwen3.6-35b"
|
||||||
OUTPUT_PATH = "/workspace/ai-projects/qwen3-6-lora/data/raw/replay.jsonl"
|
OUTPUT_PATH = "/mnt/docker-nas/projects/ai-projects/qwen3-6-lora/data/raw/replay.jsonl"
|
||||||
MAX_TOKENS = 2048
|
MAX_TOKENS = 2048
|
||||||
TEMPERATURES = [0.3, 0.6, 0.9, 1.1]
|
TEMPERATURES = [0.3, 0.6, 0.9, 1.1]
|
||||||
N_PASSES = 9 # 80 prompts semilla x 9 pasadas ~= 720, aprox. 700 objetivo
|
N_PASSES = 9 # 80 prompts semilla x 9 pasadas ~= 720, aprox. 700 objetivo
|
||||||
|
|||||||
Reference in New Issue
Block a user