English
TendieMuncher commited on
Commit
f4c78b2
·
verified ·
1 Parent(s): 24e7174

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - TendieLabs/Tender_Mermaid_Training_V2
5
+ - crownelius/Opus-4.6-Reasoning-2100x-formatted
6
+ - microsoft/rStar-Coder
7
+ language:
8
+ - en
9
+ base_model:
10
+ - allenai/Olmo-3-7B-Think
11
+ ---
12
+
13
+ **Fred 7B** is a general-purpose reasoning model built on [OLMo-3-7B-Think](https://huggingface.co/allenai/Olmo-3-7B-Think), developed by [Tendie Labs](https://huggingface.co/TendieLabs). It continues the Fred model lineage — following Fred 32B and Fred 42B — with a focus on STEM reasoning and structured diagram generation.
14
+
15
+ Fred 7B was trained on **Tender Mermaid V2**, an updated and improved version of the dataset pipeline used for Fred 32B and Fred 42B — meaning its Mermaid.js capabilities are built on a stronger foundation than the larger models despite the smaller parameter count. Portions of the training dataset were generated with the assistance of [Fred-35B-A3B](https://huggingface.co/TendieLabs/Fred-35B-A3B), Tendie Labs' own MoE model, making this a dataset refined within the Fred lineage itself. It also incorporates reasoning-focused and code-oriented data to improve general problem-solving performance at the 7B scale.
16
+
17
+ ## Intended Use
18
+
19
+ Fred 7B is well-suited for tasks involving:
20
+ - Mermaid.js diagram generation (flowcharts, sequence diagrams, ERDs, etc.)
21
+ - STEM reasoning and structured problem-solving
22
+ - Code generation and technical explanation
23
+
24
+ ## Training Data
25
+ - `TendieLabs/Tender_Mermaid_Training_V2` — Tendie Labs' in-house Mermaid diagram dataset, partially generated with [Fred-35B-A3B](https://huggingface.co/TendieLabs/Fred-35B-A3B)
26
+ - `crownelius/Opus-4.6-Reasoning-2100x-formatted` — reasoning-focused instruction data
27
+ - `microsoft/rStar-Coder` — code reasoning data from Microsoft