File size: 549 Bytes
b565d01 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<div class="interactive-demo">
<div class="demo-header">
<h3>๐ Model Dependency Graph</h3>
</div>
<div class="demo-content">
<iframe src="static/d3_dependency_graph.html" width="100%" height="600px" frameborder="0" style="border-radius: 8px; background: white;"></iframe>
</div>
<div class="demo-footer">
Interactive dependency graph showing real relationships between Transformers models. ๐ก Base models (HuggingFace logo), ๐ต Derived modular models. Click and drag to explore!
</div>
</div>
|