Spaces:
Sleeping
Sleeping
Daniel Fried
commited on
Commit
•
7cad3e8
1
Parent(s):
bd92b34
fix links
Browse files- static/index.html +3 -3
static/index.html
CHANGED
@@ -216,19 +216,19 @@ label {
|
|
216 |
<div id="info" class="card">
|
217 |
<h1 id="debug-info">More Info</h3>
|
218 |
<p>
|
219 |
-
See <a href="https://sites.google.com/view/incoder-code-models">our project site</a> for more information on
|
220 |
these models, including a paper and examples.
|
221 |
</p>
|
222 |
|
223 |
<p>
|
224 |
For instructions on setting up and using the models (via HuggingFace transformers), see
|
225 |
-
<a href="https://github.com/dpfried/incoder/blob/main/README.md">our readme</a>.
|
226 |
</p>
|
227 |
|
228 |
<h1 id="debug-info">Credits</h3>
|
229 |
<p>This model was developed at Facebook AI Research by Daniel Fried*, Armen Aghajanyan*, Jessy Lin, Sida Wang, Eric Wallace, Freda Shi, Ruiqi Zhong,
|
230 |
Wen-tau Yih, Luke Zettlemoyer, and Mike Lewis.</p>
|
231 |
-
<p>Thanks to Naman Goyal and Stephen Roller for writing the code this was based on. Extensions by Daniel Fried and
|
232 |
Sida Wang.</p>
|
233 |
</div>
|
234 |
</main>
|
|
|
216 |
<div id="info" class="card">
|
217 |
<h1 id="debug-info">More Info</h3>
|
218 |
<p>
|
219 |
+
See <a href="https://sites.google.com/view/incoder-code-models" target="_blank" rel="noopener noreferrer">our project site</a> for more information on
|
220 |
these models, including a paper and examples.
|
221 |
</p>
|
222 |
|
223 |
<p>
|
224 |
For instructions on setting up and using the models (via HuggingFace transformers), see
|
225 |
+
<a href="https://github.com/dpfried/incoder/blob/main/README.md" target="_blank" rel="noopener noreferrer">our readme</a>.
|
226 |
</p>
|
227 |
|
228 |
<h1 id="debug-info">Credits</h3>
|
229 |
<p>This model was developed at Facebook AI Research by Daniel Fried*, Armen Aghajanyan*, Jessy Lin, Sida Wang, Eric Wallace, Freda Shi, Ruiqi Zhong,
|
230 |
Wen-tau Yih, Luke Zettlemoyer, and Mike Lewis.</p>
|
231 |
+
<p>Thanks to Naman Goyal and Stephen Roller for writing the code this demo was based on. Extensions by Daniel Fried and
|
232 |
Sida Wang.</p>
|
233 |
</div>
|
234 |
</main>
|