Skip to content

Commit

Permalink
deploy: 631cdb2
Browse files Browse the repository at this point in the history
  • Loading branch information
waleko committed Sep 17, 2023
1 parent 83a40ea commit 8d0d469
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 36 deletions.
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>Code Review Automation with Language Models &#8212; Code Review Automation with Language Models</title>

Expand Down
22 changes: 10 additions & 12 deletions _static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,16 @@ div.body p, div.body dd, div.body li, div.body blockquote {
a.headerlink {
visibility: hidden;
}
a.brackets:before,
span.brackets > a:before{
content: "[";
}

a.brackets:after,
span.brackets > a:after {
content: "]";
}


h1:hover > a.headerlink,
h2:hover > a.headerlink,
Expand Down Expand Up @@ -324,17 +334,11 @@ aside.sidebar {
p.sidebar-title {
font-weight: bold;
}
nav.contents,
aside.topic,

div.admonition, div.topic, blockquote {
clear: left;
}

/* -- topics ---------------------------------------------------------------- */
nav.contents,
aside.topic,

div.topic {
border: 1px solid #ccc;
padding: 7px;
Expand Down Expand Up @@ -373,19 +377,13 @@ div.body p.centered {

div.sidebar > :last-child,
aside.sidebar > :last-child,
nav.contents > :last-child,
aside.topic > :last-child,

div.topic > :last-child,
div.admonition > :last-child {
margin-bottom: 0;
}

div.sidebar::after,
aside.sidebar::after,
nav.contents::after,
aside.topic::after,

div.topic::after,
div.admonition::after,
blockquote::after {
Expand Down
19 changes: 9 additions & 10 deletions docs/conclusion.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>Conclusion &#8212; Code Review Automation with Language Models</title>

Expand Down Expand Up @@ -350,15 +350,14 @@ <h1>Conclusion<a class="headerlink" href="#conclusion" title="Permalink to this
<section id="bibliography">
<h2>Bibliography<a class="headerlink" href="#bibliography" title="Permalink to this heading">#</a></h2>
<div class="docutils container" id="id1">
<div class="citation" id="id4" role="doc-biblioentry">
<span class="label"><span class="fn-bracket">[</span>p4v<span class="fn-bracket">]</span></span>
<p>CodeBERT CodeReviewer - a Hugging Face Space by p4vv37. URL: <a class="reference external" href="https://huggingface.co/spaces/p4vv37/CodeBERT_CodeReviewer">https://huggingface.co/spaces/p4vv37/CodeBERT_CodeReviewer</a> (visited on 2023-09-13).</p>
</div>
<div class="citation" id="id2" role="doc-biblioentry">
<span class="label"><span class="fn-bracket">[</span>LLG+22<span class="fn-bracket">]</span></span>
<p>Zhiyu Li, Shuai Lu, Daya Guo, Nan Duan, Shailesh Jannu, Grant Jenks, Deep Majumder, Jared Green, Alexey Svyatkovskiy, Shengyu Fu, and others. Codereviewer: pre-training for automating code review activities. <em>arXiv preprint arXiv:2203.09095</em>, 2022.</p>
</div>
</div>
<dl class="citation">
<dt class="label" id="id4"><span class="brackets">p4v</span></dt>
<dd><p>CodeBERT CodeReviewer - a Hugging Face Space by p4vv37. URL: <a class="reference external" href="https://huggingface.co/spaces/p4vv37/CodeBERT_CodeReviewer">https://huggingface.co/spaces/p4vv37/CodeBERT_CodeReviewer</a> (visited on 2023-09-13).</p>
</dd>
<dt class="label" id="id2"><span class="brackets">LLG+22</span></dt>
<dd><p>Zhiyu Li, Shuai Lu, Daya Guo, Nan Duan, Shailesh Jannu, Grant Jenks, Deep Majumder, Jared Green, Alexey Svyatkovskiy, Shengyu Fu, and others. Codereviewer: pre-training for automating code review activities. <em>arXiv preprint arXiv:2203.09095</em>, 2022.</p>
</dd>
</dl>
</div>
</section>
</section>
Expand Down
19 changes: 9 additions & 10 deletions docs/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>Code Review Automation with Language Models &#8212; Code Review Automation with Language Models</title>

Expand Down Expand Up @@ -390,15 +390,14 @@ <h2>Table of Contents<a class="headerlink" href="#table-of-contents" title="Perm
<section id="bibliography">
<h2>Bibliography<a class="headerlink" href="#bibliography" title="Permalink to this heading">#</a></h2>
<div class="docutils container" id="id2">
<div class="citation" id="id5" role="doc-biblioentry">
<span class="label"><span class="fn-bracket">[</span>p4v<span class="fn-bracket">]</span></span>
<p>CodeBERT CodeReviewer - a Hugging Face Space by p4vv37. URL: <a class="reference external" href="https://huggingface.co/spaces/p4vv37/CodeBERT_CodeReviewer">https://huggingface.co/spaces/p4vv37/CodeBERT_CodeReviewer</a> (visited on 2023-09-13).</p>
</div>
<div class="citation" id="id3" role="doc-biblioentry">
<span class="label"><span class="fn-bracket">[</span><a role="doc-backlink" href="#id1">LLG+22</a><span class="fn-bracket">]</span></span>
<p>Zhiyu Li, Shuai Lu, Daya Guo, Nan Duan, Shailesh Jannu, Grant Jenks, Deep Majumder, Jared Green, Alexey Svyatkovskiy, Shengyu Fu, and others. Codereviewer: pre-training for automating code review activities. <em>arXiv preprint arXiv:2203.09095</em>, 2022.</p>
</div>
</div>
<dl class="citation">
<dt class="label" id="id5"><span class="brackets">p4v</span></dt>
<dd><p>CodeBERT CodeReviewer - a Hugging Face Space by p4vv37. URL: <a class="reference external" href="https://huggingface.co/spaces/p4vv37/CodeBERT_CodeReviewer">https://huggingface.co/spaces/p4vv37/CodeBERT_CodeReviewer</a> (visited on 2023-09-13).</p>
</dd>
<dt class="label" id="id3"><span class="brackets"><a class="fn-backref" href="#id1">LLG+22</a></span></dt>
<dd><p>Zhiyu Li, Shuai Lu, Daya Guo, Nan Duan, Shailesh Jannu, Grant Jenks, Deep Majumder, Jared Green, Alexey Svyatkovskiy, Shengyu Fu, and others. Codereviewer: pre-training for automating code review activities. <em>arXiv preprint arXiv:2203.09095</em>, 2022.</p>
</dd>
</dl>
</div>
</section>
</section>
Expand Down
2 changes: 1 addition & 1 deletion notebooks/1_collect_reviews.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>Collecting Code Review Data &#8212; Code Review Automation with Language Models</title>

Expand Down
2 changes: 1 addition & 1 deletion notebooks/2_inference.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>CodeReviewer Model Inference &#8212; Code Review Automation with Language Models</title>

Expand Down
2 changes: 1 addition & 1 deletion notebooks/3_evaluation.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>Predictions Evaluation &#8212; Code Review Automation with Language Models</title>

Expand Down

0 comments on commit 8d0d469

Please sign in to comment.