morty649 commited on
Commit
fd71816
·
1 Parent(s): 83c11ad
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -49,7 +49,7 @@ body {
49
  Positive TinyStories GPT
50
  </h1>
51
  <p class="mt-4 text-lg text-slate-600">
52
- End-to-End RLHF Pipeline Pretraining → SFT → Policy Gradient RL
53
  </p>
54
  <p class="mt-2 text-sm text-slate-500">
55
  Model Size: 0.81M Params | Block Size: 64 | Char-Level GPT
@@ -72,7 +72,7 @@ body {
72
  <label class="block font-medium mb-2">Enter Prompt</label>
73
  <textarea id="prompt" rows="3"
74
  class="w-full p-3 border rounded-lg focus:ring-2 focus:ring-indigo-500"
75
- placeholder="e.g., A lonely robot found a flower..."></textarea>
76
 
77
  <button id="generate-btn"
78
  class="mt-4 w-full bg-indigo-600 text-white font-semibold py-3 rounded-lg hover:bg-indigo-700 transition">
 
49
  Positive TinyStories GPT
50
  </h1>
51
  <p class="mt-4 text-lg text-slate-600">
52
+ RLHF Pipeline - Pretraining → SFT → Policy Gradient RL
53
  </p>
54
  <p class="mt-2 text-sm text-slate-500">
55
  Model Size: 0.81M Params | Block Size: 64 | Char-Level GPT
 
72
  <label class="block font-medium mb-2">Enter Prompt</label>
73
  <textarea id="prompt" rows="3"
74
  class="w-full p-3 border rounded-lg focus:ring-2 focus:ring-indigo-500"
75
+ placeholder="e.g., A lonely robot named wall-e found a flower..."></textarea>
76
 
77
  <button id="generate-btn"
78
  class="mt-4 w-full bg-indigo-600 text-white font-semibold py-3 rounded-lg hover:bg-indigo-700 transition">