TroyDoesAI commited on
Commit
287b658
·
verified ·
1 Parent(s): da5da80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+
5
+ **Mermaid Lab**
6
+
7
+ Experiment:
8
+
9
+ 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).
10
+
11
+ 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.
12
+
13
+ !mermaid
14
+
15
+ ```mermaid
16
+ # Will generate a mermaid diagram of the above input
17
+ ```
18
+
19
+ ---
20
+
21
+ "input,output": "%input%\n\n!mermaid\n%output%",
22
+ --------------------------------------------------------
23
+ {input}
24
+
25
+ !mermaid
26
+ ```mermaid"\n
27
+ graph TB;
28
+ .
29
+ .
30
+ .
31
+ end
32
+ ```