Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Commit ·
4d3a248
1
Parent(s): 1ac525d
improved colors
Browse files
app/src/content/chapters/1-introduction.mdx
CHANGED
|
@@ -22,11 +22,11 @@ Reading time: One weekend
|
|
| 22 |
config={{
|
| 23 |
defaultView: "line",
|
| 24 |
datasets: {
|
| 25 |
-
cosmopedia: "Cosmopedia",
|
| 26 |
"mix-fw_edu_hq-table_smollm2_1.7b_hq": { display: "FinePhrase (table)", color: "#EBA937" },
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
|
|
|
| 30 |
}
|
| 31 |
}}
|
| 32 |
/>
|
|
|
|
| 22 |
config={{
|
| 23 |
defaultView: "line",
|
| 24 |
datasets: {
|
|
|
|
| 25 |
"mix-fw_edu_hq-table_smollm2_1.7b_hq": { display: "FinePhrase (table)", color: "#EBA937" },
|
| 26 |
+
cosmopedia: { display: "Cosmopedia", color: "#e15759" },
|
| 27 |
+
nemotron_hq_synth: { display: "Nemotron-HQ-Synth", color: "#76b900" },
|
| 28 |
+
rewire: { display: "REWIRE", color: "#1877F2" },
|
| 29 |
+
synth_query_reasoning_answer: { display: "SYNTH", color: "#b07aa1" }
|
| 30 |
}
|
| 31 |
}}
|
| 32 |
/>
|
app/src/content/chapters/6-finephrase.mdx
CHANGED
|
@@ -185,13 +185,13 @@ In the introduction we showed a single FinePhrase prompt (table) against the bas
|
|
| 185 |
defaultView: "line",
|
| 186 |
datasets: {
|
| 187 |
"mix-fw_edu_hq-table_smollm2_1.7b_hq": { display: "FinePhrase (table)", color: "#EBA937" },
|
| 188 |
-
"mix-fw_edu_hq-math_smollm2_1.7b_hq": { display: "FinePhrase (math)", color: "#
|
| 189 |
-
"mix-fw_edu_hq-faq_smollm2_1.7b_hq": { display: "FinePhrase (faq)", color: "#
|
| 190 |
-
"mix-fw_edu_hq-tutorial_smollm2_1.7b_hq": { display: "FinePhrase (tutorial)", color: "#
|
| 191 |
-
cosmopedia: "Cosmopedia",
|
| 192 |
-
nemotron_hq_synth: "Nemotron-HQ-Synth",
|
| 193 |
-
rewire: "REWIRE",
|
| 194 |
-
synth_query_reasoning_answer: "SYNTH"
|
| 195 |
}
|
| 196 |
}}
|
| 197 |
/>
|
|
|
|
| 185 |
defaultView: "line",
|
| 186 |
datasets: {
|
| 187 |
"mix-fw_edu_hq-table_smollm2_1.7b_hq": { display: "FinePhrase (table)", color: "#EBA937" },
|
| 188 |
+
"mix-fw_edu_hq-math_smollm2_1.7b_hq": { display: "FinePhrase (math)", color: "#E09530" },
|
| 189 |
+
"mix-fw_edu_hq-faq_smollm2_1.7b_hq": { display: "FinePhrase (faq)", color: "#D58228" },
|
| 190 |
+
"mix-fw_edu_hq-tutorial_smollm2_1.7b_hq": { display: "FinePhrase (tutorial)", color: "#CA7020" },
|
| 191 |
+
cosmopedia: { display: "Cosmopedia", color: "#e15759" },
|
| 192 |
+
nemotron_hq_synth: { display: "Nemotron-HQ-Synth", color: "#76b900" },
|
| 193 |
+
rewire: { display: "REWIRE", color: "#1877F2" },
|
| 194 |
+
synth_query_reasoning_answer: { display: "SYNTH", color: "#b07aa1" }
|
| 195 |
}
|
| 196 |
}}
|
| 197 |
/>
|