loubnabnl HF Staff commited on
Commit
d44fb2b
·
verified ·
1 Parent(s): 0089b9c

Update app/src/content/embeds/model-architecture-decision-flowchart.html

Browse files
app/src/content/embeds/model-architecture-decision-flowchart.html CHANGED
@@ -144,9 +144,9 @@
144
  // Define the flowchart structure - Model Architecture Decision
145
  const nodes = [
146
  { id: 'A', label: 'Where will this model run?', type: 'question', x: 400, y: 100 },
147
- { id: 'B', label: 'Edge/Phones\nMemory-constrained environments', type: 'decision', x: 180, y: 320 },
148
  { id: 'C', label: 'Other\nMore memory available', type: 'decision', x: 620, y: 320 },
149
- { id: 'D', label: 'Dense (most cases)\nHybrid or other (for experienced teams)', type: 'success', x: 180, y: 540 },
150
  { id: 'E', label: 'What\'s your team\'s expertise?', type: 'question', x: 620, y: 540 },
151
  { id: 'F', label: 'First LLM training', type: 'decision', x: 380, y: 760 },
152
  { id: 'G', label: 'Experienced\nComfortable with dense', type: 'decision', x: 620, y: 760 },
 
144
  // Define the flowchart structure - Model Architecture Decision
145
  const nodes = [
146
  { id: 'A', label: 'Where will this model run?', type: 'question', x: 400, y: 100 },
147
+ { id: 'B', label: 'Edge/phones\nMemory-constrained environments', type: 'decision', x: 180, y: 320 },
148
  { id: 'C', label: 'Other\nMore memory available', type: 'decision', x: 620, y: 320 },
149
+ { id: 'D', label: 'Dense (most cases)\nHybrid (for experienced teams)', type: 'success', x: 180, y: 540 },
150
  { id: 'E', label: 'What\'s your team\'s expertise?', type: 'question', x: 620, y: 540 },
151
  { id: 'F', label: 'First LLM training', type: 'decision', x: 380, y: 760 },
152
  { id: 'G', label: 'Experienced\nComfortable with dense', type: 'decision', x: 620, y: 760 },