TroyDoesAI
commited on
Update README.md
Browse filesPre-Release Model Card based on current trend.
README.md
CHANGED
@@ -1,3 +1,79 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
+
tags:
|
4 |
+
- FlowChat
|
5 |
+
- Mermaid
|
6 |
+
- Diagram
|
7 |
+
- LLM
|
8 |
+
- Skill:FlowChartGeneration
|
9 |
+
- Visualize
|
10 |
+
- Visualizer
|
11 |
+
- Flow
|
12 |
+
- diagram
|
13 |
+
- flowchart
|
14 |
---
|
15 |
+
|
16 |
+
# MermaidStable3B: A Compact Powerhouse for Flow Chart Innovation
|
17 |
+
|
18 |
+
Introducing MermaidStable3B, a compact yet remarkably capable language model that's transforming the landscape of flow chart creation. This model is a testament to the fact that extraordinary capability can come in smaller packages. It's not just about the size; it's about the efficiency and precision in execution, making MermaidStable3B a game-changer in the realm of diagrammatic representations.
|
19 |
+
|
20 |
+
Model Essentials:
|
21 |
+
MermaidStable3B is rooted in the stable-code-3b architecture, encompassing a robust framework with 2.7 billion parameters. Developed from the expertise of Stability AI, this model is fine-tuned to excel in various programming contexts and textual interpretations, serving as a versatile foundation for MermaidStable3B’s unique capabilities.
|
22 |
+
|
23 |
+
Core Features:
|
24 |
+
|
25 |
+
Enhanced Code Comprehension:
|
26 |
+
- Specializes in translating code complexities into intuitive Mermaid Diagram Flow Charts.
|
27 |
+
- An invaluable tool for developers in visualizing and understanding intricate code structures.
|
28 |
+
|
29 |
+
Narrative to Diagram Conversion:
|
30 |
+
- Effortlessly transforms narrative inputs into engaging and structured Mermaid Diagrams.
|
31 |
+
- Ideal for visualizing character dynamics, plot trajectories, and thematic elements in stories.
|
32 |
+
|
33 |
+
Performance Excellence:
|
34 |
+
- Demonstrates superior efficiency and output quality, challenging the norms of larger models.
|
35 |
+
- Delivers detailed, organized Mermaid Diagrams for varied storylines and code sequences.
|
36 |
+
|
37 |
+
Training and Adaptability:
|
38 |
+
- Diverse training background, enabling unique story-to-flow chart translations.
|
39 |
+
- Showcases exceptional performance in resource-limited settings, embodying innovation under constraints.
|
40 |
+
|
41 |
+
Collaborative Potential:
|
42 |
+
MermaidStable3B is open for collaboration and enhancement. With a foundation in the Alpaca-formatted dataset, it offers a nuanced understanding of Python. Interested collaborators are encouraged to reach out to [email protected]
|
43 |
+
|
44 |
+
Diverse Applications:
|
45 |
+
|
46 |
+
For Code Documentation:
|
47 |
+
- Aids developers in auto-generating visual flow charts from code, simplifying documentation and comprehension.
|
48 |
+
|
49 |
+
For Storyboarding:
|
50 |
+
- Writers and storytellers can input narratives to receive structured Mermaid Diagrams, offering a clear view of plot and character interplay.
|
51 |
+
|
52 |
+
In Project Management:
|
53 |
+
- Project planners can employ MermaidStable3B for creating detailed project flow maps, enhancing team communication and project visualization.
|
54 |
+
|
55 |
+
Educational Tool for Python Learning:
|
56 |
+
- Aids students and beginners in visually grasping Python code structures, enriching the educational journey.
|
57 |
+
|
58 |
+
In Game Design:
|
59 |
+
- Game designers can utilize the model to map out game narratives and mechanics, bringing clarity to complex design processes.
|
60 |
+
|
61 |
+
---
|
62 |
+
|
63 |
+
MermaidStable3B represents the spirit of creating innovative, high-quality visual tools, making complex concepts accessible and engaging.
|
64 |
+
MermaidStable3B is not just a tool; it's a bridge between technical complexity and visual simplicity, aligning perfectly with the needs of those seeking to blend detailed analysis with clear, visual storytelling.
|
65 |
+
|
66 |
+
**Proof of Concept:**
|
67 |
+
MermaidStable3B reaffirms that innovation thrives in compact packages, delivering exceptional performance across diverse applications.
|
68 |
+
Stay tuned for the release of the VSCode Extension that displays the Live Flow Map every time a user stops typing for more than 10 seconds.
|
69 |
+
|
70 |
+
For best results Use Alpaca Instruct Format, use full precision with one of the three different instruction types:
|
71 |
+
- "instruction": "Create the mermaid diagram for the following code:"
|
72 |
+
- "instruction": "Create the mermaid diagram for the following story:"
|
73 |
+
- "instruction": "Create the mermaid diagram for the following:"
|
74 |
+
|
75 |
+
Also
|
76 |
+
|
77 |
+
It helps to have ### Response:
|
78 |
+
start with ```mermaid followed by a new line.
|
79 |
+
This pushes the model to respond with a mermaid diagram on the next line.
|