Downloads · 30 days
22
42% of all-time downloads
TroyDoesAI/Mermaid_10.5B_cmds
Mermaid_10.5B_cmds is a text generation model from TroyDoesAI. Use it when you need the model to write or continue text. It is set up for transformers. The card lists the license as cc-by-4.0.
Downloads · 30 days
22
42% of all-time downloads
All-time downloads
53
Public
Parameters
10.5B
21 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors21 GB · 100%
From the Hugging Face model README
Mermaid Lab
Experiment:
This experiment aims to enhance language models' functionality by integrating specialized command prompts (!commands) to facilitate task-specific requests. Our goal is to evaluate the model's capacity to comprehend and execute a diverse array of command tasks, thereby testing the expansive capabilities of Large Language Models (LLMs).
By implementing these commands, we seek to explore the potential for teaching models to perform intricate tasks effectively. Through this endeavor, we aim to push the boundaries of language model versatility and empower them to engage in a broader range of specialized tasks.
!mermaid
# Will generate a mermaid diagram of the above input
{input}
!mermaid
graph TB;
.
.
.
end