-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautonet.yaml
More file actions
101 lines (101 loc) · 2.37 KB
/
autonet.yaml
File metadata and controls
101 lines (101 loc) · 2.37 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
device: auto
data_dir: ./data
log_level: INFO
orchestrator:
model: claude-opus-4-6
blockchain:
rpc_url: https://node.shadownet.etherlink.com
chain_id: 127823
contracts:
ATNToken: '0x6e82D6678790820Ef81669046e921b1D2947A08f'
ParticipantStaking: '0x8B08279cf510BfeB6acE6BA5282BF0e4F6eBD8EE'
ModelShardRegistry: '0x7De3B8a6bc4eB7f098018Da030f93718eeaf7885'
TaskContract: '0x8fEb5be0367F596bC6357538e346472eBf76D365'
ResultsRewards: '0x1ef4e0A6DaC1CFD23E31427b2Ecdd2A6A0F0f542'
AnchorBridge: '0x2005556109607F5b11BaCAd05270E7DE32260B4D'
DisputeManager: '0xB1Cf18A50bA3fffD578D2b2B08Ea2D03A8Aa2a3b'
AutonetDAO: '0x7c83FF7b0356DbE332BFC527F1Ea73283974aEA2'
ForcedErrorRegistry: '0x290Fc505782E6b70A4c57A3cECc6Ad109466520e'
InferenceProviderFactory: '0xf8246D4E4668EaC14aA508Daa02EFb60099699BF'
Autonet: '0x97EB727426f593B2E2bC64F1604b5E7fE2eF676b'
blob_store:
data_dir: ~/.autonet/blobs
peer_urls: []
server_port: 9100
model:
architecture: jepa
image_size: 32
patch_size: 4
embed_dim: 192
num_heads: 3
encoder_depth: 6
predictor_depth: 3
predictor_embed_dim: 96
training:
epochs: 2
batch_size: 32
learning_rate: 0.001
weight_decay: 0.05
num_samples: 500
optimizer: adamw
task_type: jepa
staking:
proposer: 100
solver: 50
coordinator: 500
aggregator: 1000
node:
max_cycles: 10
cycle_delay: 3.0
task_mode: ground_truth
aggregation_method: fedavg
trim_ratio: 0.2
min_updates_for_aggregation: 2
p2p:
listen_port: 0
listen_host: 0.0.0.0
bootstrap_peers: []
enable_quic: false
enable_upnp: false
capability_advertise_interval: 60
ping_interval: 30
guild:
auto_join: false
module_ids: []
aggregation_level: flat
min_guild_updates: 2
reputation_weight: 0.3
member_count_weight: 0.7
sponsor_agent:
enabled: false
register_as_sponsor: false
training_charter: ""
module_ids: []
min_alignment_threshold: 0.5
rpb:
jurisdiction_id: "autonet"
agent_registry_address: ""
capture:
enabled_sources: []
fps_cap: 2
resolution:
- 224
- 224
screen_monitor: 1
browser_scrub_pii: true
browser_exclude_patterns: []
privacy:
exclude_apps: []
blur_regions: []
scrub_pii: false
resources:
max_cpu_percent: 80.0
max_memory_mb: 4096
active_hours_start: 0
active_hours_end: 24
check_interval: 10.0
update:
check_interval: 3600
update_source: git
update_url: ''
auto_apply: false