SeaWolf-AI commited on
Commit
933347f
·
verified ·
1 Parent(s): bd531bb

add config_darwin.json — Darwin Family Only as default atlas (for VIDRAFT main site embed)

Browse files
Files changed (1) hide show
  1. config_darwin.json +53 -0
config_darwin.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "network",
3
+ "version": "1.0",
4
+ "data": "compressed_darwin_data.json.gz",
5
+ "logo": {
6
+ "file": "",
7
+ "link": "",
8
+ "text": "Darwin Galaxy"
9
+ },
10
+ "text": {
11
+ "more": "<p><strong>Darwin Galaxy</strong> — VIDRAFT의 진화형 AI 모델 패밀리 인터랙티브 가시화. Darwin 공식 모델 약 20여종 + 자발적 커뮤니티 파생 400+종을 단일 sigma.js 갤럭시로 시각화합니다.</p><br><p>FINAL-Bench/Darwin Family Collection 기반 — 모든 Darwin 모델이 화면 중심에 배치됩니다.</p><br><p><strong>Color schemes (Color By):</strong></p><ul><li><strong>base_model_relation</strong> — Darwin red/amber/purple 색상별</li><li><strong>darwin_official</strong> — FINAL-Bench 공식 red, brand 변종 amber, 그 외 gray</li><li><strong>vidraft_family</strong> — Darwin red vs others gray</li><li><strong>modality</strong> — Text Generation / Multimodal / TTS / LoRA 분류별</li></ul><br><p><strong>Atlas 전환:</strong> 우측 상단 'Atlas' 셀렉터로 'Hugging Face Galaxy' (전체 22,400+ 모델) / 'Modalities Atlas' / 'Large NLP Atlas' 등으로 전환 가능.</p><br><p>VIDRAFT — 한국에서 만드는 AGI · Darwin Family · AETHER Pre-AGI</p>",
12
+ "intro": "<strong>Darwin Galaxy</strong> — <strong>VIDRAFT 진화형 AI 모델 패밀리</strong> 인터랙티브 가시화.<br><br>Darwin 공식 모델 약 20여종 + 자발적 커뮤니티 파생 400+종이 화면 중심에 배치됩니다. <br><br>FINAL-Bench Darwin Family Collection 기반.<br><br><div class=\"features\"> <h2>주요 기능</h2> <ul> <li><strong>Search:</strong> Darwin 모델 검색 (Darwin-27B-Opus, Darwin-4B-David, Darwin-4B-Genesis, Rogue-28B-MIX 등)</li> <li><strong>Color By:</strong> base_model_relation, darwin_official, vidraft_family, modality</li> <li><strong>Atlas 전환:</strong> 전체 HF Galaxy / Modalities / Large NLP 비교</li> <li><strong>Click a node:</strong> 부모-자식 진화 체인 (merge / quantize / adapter)</li> </ul> </div> <br><strong>핵심 메시지:</strong> Darwin 공식 약 20여종 → 자발적 파생 400+종 — <strong>한국 기업 중 허깅페이스 커뮤니티 파급력 1위</strong>.<br><br>",
13
+ "title": "Darwin Galaxy — VIDRAFT"
14
+ },
15
+ "legend": {
16
+ "edgeLabel": "edgeLabel",
17
+ "colorLabel": "colorLabel",
18
+ "nodeLabel": "nodeLabel"
19
+ },
20
+ "features": {
21
+ "search": true,
22
+ "groupSelectorAttribute": false,
23
+ "hoverBehavior": "dim"
24
+ },
25
+ "informationPanel": {
26
+ "groupByEdgeDirection": false,
27
+ "imageAttribute": false
28
+ },
29
+ "sigma": {
30
+ "drawingProperties": {
31
+ "defaultEdgeType": "curve",
32
+ "defaultHoverLabelBGColor": "#fef3c7",
33
+ "defaultLabelBGColor": "#ffffff",
34
+ "activeFontStyle": "bold",
35
+ "defaultLabelColor": "#0f172a",
36
+ "labelThreshold": 10,
37
+ "defaultLabelHoverColor": "#92400e",
38
+ "fontStyle": "bold",
39
+ "hoverFontStyle": "bold",
40
+ "defaultLabelSize": 14
41
+ },
42
+ "graphProperties": {
43
+ "maxEdgeSize": 2.5,
44
+ "minEdgeSize": 2,
45
+ "minNodeSize": 2,
46
+ "maxNodeSize": 9
47
+ },
48
+ "mouseProperties": {
49
+ "maxRatio": 20,
50
+ "minRatio": 0.5
51
+ }
52
+ }
53
+ }