Spaces:
Sleeping
Sleeping
Commit
·
a44642b
1
Parent(s):
014b8b5
Update static/index.html
Browse files- static/index.html +0 -29
static/index.html
CHANGED
@@ -125,35 +125,6 @@ label {
|
|
125 |
</style>
|
126 |
<body>
|
127 |
<main>
|
128 |
-
<div class="card" id="about">
|
129 |
-
<div class="header"> <h1>InCoder: A Generative Model for Code Infilling and Synthesis</h1> </div>
|
130 |
-
<p>Demo of the 6.7B parameter version of InCoder: a decoder-only Transformer model that can both extend and insert/infill code.</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>
|
134 |
-
<div class="card" id="examples">
|
135 |
-
<div id="examples-infill">
|
136 |
-
<span class="softspan">Infill Examples:</span>
|
137 |
-
<br>
|
138 |
-
<span class="softspan"><a href='javascript:select_example("type-pred");'>Type prediction</a></span>
|
139 |
-
<span class="softspan"><a href='javascript:select_example("multi-region");'>Docstring to function</a></span>
|
140 |
-
<span class="softspan"><a href='javascript:select_example("docstring-2");'>Function to docstring</a></span>
|
141 |
-
<!--
|
142 |
-
<span class="softspan"><a href='javascript:select_example("python-infill2");'>Docstring to function</a></span>
|
143 |
-
-->
|
144 |
-
<span class="softspan"><a href='javascript:select_example("class");'>Class generation</a></span>
|
145 |
-
</div>
|
146 |
-
<div id="examples-extend">
|
147 |
-
<span class="softspan">Extend Examples:</span>
|
148 |
-
<br>
|
149 |
-
<span class="softspan"><a href='javascript:select_example("python");'>Python</a></span>
|
150 |
-
<span class="softspan"><a href='javascript:select_example("javascript");'>JavaScript</a></span>
|
151 |
-
<span class="softspan"><a href='javascript:select_example("jupyter");'>Jupyter</a></span>
|
152 |
-
<span class="softspan"><a href='javascript:select_example("stackoverflow");'>StackOverflow</a></span>
|
153 |
-
<span class="softspan"><a href='javascript:select_example("metadata-conditioning");'>Metadata Conditioning</a></span>
|
154 |
-
<span class="softspan"><a href='javascript:select_example("metadata-prediction");'>Metadata Prediction</a></span>
|
155 |
-
</div>
|
156 |
-
</div>
|
157 |
<div class="card" id="controls">
|
158 |
<div>
|
159 |
<label>Num Tokens:</label>
|
|
|
125 |
</style>
|
126 |
<body>
|
127 |
<main>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
<div class="card" id="controls">
|
129 |
<div>
|
130 |
<label>Num Tokens:</label>
|