mirror of
https://github.com/romovpa/claudini.git
synced 2026-05-12 19:12:19 +02:00
5b6058b3c4
Co-Authored-By: Alexander Panfilov <sasha_pusha@mail.de> Co-Authored-By: Claude <noreply@anthropic.com>
28 lines
498 B
YAML
28 lines
498 B
YAML
# Random targets track validation set — default hyperparams.
|
|
optim_length: 15
|
|
max_flops: 1.0e+17
|
|
dtype: bfloat16
|
|
system_prompt: ""
|
|
samples: [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]
|
|
seeds: [0]
|
|
final_input: tokens
|
|
use_prefix_cache: true
|
|
model: Qwen/Qwen2.5-7B-Instruct
|
|
|
|
input_spec:
|
|
source:
|
|
type: random
|
|
query_len: 0
|
|
target_len: 10
|
|
layout:
|
|
type: suffix
|
|
init:
|
|
type: random
|
|
|
|
methods:
|
|
- gcg
|
|
- i_gcg
|
|
- tao
|
|
- claude_v63
|
|
- claude_v82
|