Spaces:
Running
Running
Daniel Fried
commited on
Commit
·
0bdc941
1
Parent(s):
b22e4bc
link text
Browse files- static/index.html +1 -1
static/index.html
CHANGED
@@ -127,7 +127,7 @@ label {
|
|
127 |
<main>
|
128 |
<div class="card" id="about">
|
129 |
<div class="header"> <h1>StarCoder Editor</h1> </div>
|
130 |
-
<p>This is a demo to interactively generate code with <a href=https://huggingface.co/bigcode/
|
131 |
<p>Select one of the examples below, or input your own code into the editor. You can type <infill> to mark a location you want the model to insert code at.</p>
|
132 |
<p>Click "Extend" to append text at the end of the editor. Click "Infill" to replace all <infill> masks. (Click "Add <infill> mask" to add a mask at the cursor or replace the current selection.) </p>
|
133 |
</div>
|
|
|
127 |
<main>
|
128 |
<div class="card" id="about">
|
129 |
<div class="header"> <h1>StarCoder Editor</h1> </div>
|
130 |
+
<p>This is a demo to interactively generate code with <a href=https://huggingface.co/bigcode/starcoderbase>StarCoderBase</a>, a 15B parameter model for code generation in 86 programming languages.</p>
|
131 |
<p>Select one of the examples below, or input your own code into the editor. You can type <infill> to mark a location you want the model to insert code at.</p>
|
132 |
<p>Click "Extend" to append text at the end of the editor. Click "Infill" to replace all <infill> masks. (Click "Add <infill> mask" to add a mask at the cursor or replace the current selection.) </p>
|
133 |
</div>
|