Spaces:
Running
Running
Daniel Fried
commited on
Commit
·
16fbc8e
1
Parent(s):
422733b
fix link openings
Browse files- static/index.html +3 -3
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/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>
|
@@ -209,8 +209,8 @@ label {
|
|
209 |
</div>
|
210 |
<div id="info" class="card">
|
211 |
<h1 id="debug-info">More Info</h1>
|
212 |
-
<p>See our <a href="https://huggingface.co/bigcode">organization card</a> for links to the technical report, models, VSCode extension, training dataset, and more.</p>
|
213 |
-
<p>Credits: BigCode team. This demo is based upon the <a href="https://huggingface.co/spaces/facebook/incoder-demo">InCoder demo<a> by Facebook AI Research.</p>
|
214 |
</div>
|
215 |
</main>
|
216 |
<script type="text/javascript">
|
|
|
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 target="_blank" rel="noopener noreferrer">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>
|
|
|
209 |
</div>
|
210 |
<div id="info" class="card">
|
211 |
<h1 id="debug-info">More Info</h1>
|
212 |
+
<p>See our <a href="https://huggingface.co/bigcode" target="_blank" rel="noopener noreferrer">organization card</a> for links to the technical report, models, VSCode extension, training dataset, and more.</p>
|
213 |
+
<p>Credits: BigCode team. This demo is based upon the <a href="https://huggingface.co/spaces/facebook/incoder-demo" target="_blank" rel="noopener noreferrer">InCoder demo<a> by Facebook AI Research.</p>
|
214 |
</div>
|
215 |
</main>
|
216 |
<script type="text/javascript">
|