Model-Atlas / config.json
Eliahu's picture
Initial commit Model Atlas space
27e7d8e
{
"type": "network",
"version": "1.0",
"data": "modalities_data.json",
"logo": {
"file": "",
"link": "",
"text": "Test"
},
"text": {
"more": "More",
"intro": "A model atlas for a small region of Hugging Face. The model atlas was introduced in the paper \"Charting and Navigating Hugging Face's Model Atlas\". <br><br> For more details see <a href=\"https://horwitz.ai/model-atlas\" target=\"_blank\">horwitz.ai/model-atlas</a>. <br><br><br> Note: This visualizes a very small part of Hugging Face, more maps coming soon... <br><br><br> Note: this is an alpha version, many features are missing including edge arrows and node borders, they will be added in a future version.",
"title": "Model Atlas"
},
"legend": {
"edgeLabel": "edgeLabel",
"colorLabel": "colorLabel",
"nodeLabel": "nodeLabel"
},
"features": {
"search": true,
"groupSelectorAttribute": false,
"hoverBehavior": "dim"
},
"informationPanel": {
"groupByEdgeDirection": false,
"imageAttribute": false
},
"sigma": {
"drawingProperties": {
"defaultEdgeType": "curve",
"defaultHoverLabelBGColor": "#002147",
"defaultLabelBGColor": "#ddd",
"activeFontStyle": "bold",
"defaultLabelColor": "#000",
"labelThreshold": 10,
"defaultLabelHoverColor": "#fff",
"fontStyle": "bold",
"hoverFontStyle": "bold",
"defaultLabelSize": 14
},
"graphProperties": {
"maxEdgeSize": 2.5,
"minEdgeSize": 2,
"minNodeSize": 1,
"maxNodeSize": 7
},
"mouseProperties": {
"maxRatio": 20,
"minRatio": 0.75
}
}
}