-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
57 lines (51 loc) · 1.12 KB
/
config.yaml
File metadata and controls
57 lines (51 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Graph Classification Pipeline Configuration
providers:
deepseek:
type: openai
api_key: "sk-c8259859ba8640a494cad35a4e968417"
base_url: "https://api.deepseek.com/v1"
models:
stage1: "deepseek-chat"
stage2: "deepseek-chat"
stage2_hard: "deepseek-reasoner"
thinking_enabled: true
max_retries: 3
max_tokens: 8192
temperature: 0.0
requests_per_minute: 50
claude:
type: openai
api_key: "sk-fbYunSbpWafGHMPN31Frfzi5xFD8j9vcStuQdnlxbZ9H6kJ7"
base_url: "https://us.ifopen.ai/v1"
models:
stage1: "claude-sonnet-4-6"
stage2: "claude-sonnet-4-6"
stage2_hard: "claude-opus-4-6"
max_retries: 3
max_tokens: 8192
temperature: 0.0
requests_per_minute: 50
confidence:
auto_threshold: 0.80
review_threshold: 0.50
stage1_weight: 0.4
stage2_weight: 0.6
truncation:
description: 30000
input_format: 10000
output_format: 5000
note: 500
stage2_description: 20000
hard_families:
- "5.1"
- "5.2"
- "5.3"
- "6.1"
- "6.2"
- "6.3"
- "7.1"
- "7.2"
- "7.3"
paths:
taxonomy: "data/taxonomy_profiles.json"
output_dir: "output"