Serghei Brinza commited on
Commit
d59809d
·
1 Parent(s): abce25a

Add DOI to README and page footer

Browse files
Files changed (2) hide show
  1. README.md +2 -0
  2. index.html +2 -0
README.md CHANGED
@@ -12,6 +12,8 @@ short_description: Durable correction of memorized LLM errors — hub
12
 
13
  # Second Loop — Project hub
14
 
 
 
15
  Landing page for the three demo Spaces of the Second Loop project. Each linked
16
  Space is fully static (no model loaded); every number is a verbatim output of the
17
  live experimental run.
 
12
 
13
  # Second Loop — Project hub
14
 
15
+ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.21845022.svg)](https://doi.org/10.5281/zenodo.21845022)
16
+
17
  Landing page for the three demo Spaces of the Second Loop project. Each linked
18
  Space is fully static (no model loaded); every number is a verbatim output of the
19
  live experimental run.
index.html CHANGED
@@ -112,6 +112,7 @@ a{color:var(--gold);text-decoration:none;}
112
  <div><div class="k">Subject model</div><div class="v">Qwen2.5-3B-Instruct (frozen)</div></div>
113
  <div><div class="k">Independent judge</div><div class="v">Qwen2.5-7B-Instruct</div></div>
114
  <div><div class="k">License</div><div class="v">MIT</div></div>
 
115
  </div>
116
  </header>
117
 
@@ -177,6 +178,7 @@ a{color:var(--gold);text-decoration:none;}
177
  <div class="attrib">
178
  Subject model Qwen2.5-3B-Instruct · independent judge Qwen2.5-7B-Instruct (both Apache-2.0,
179
  Alibaba Cloud). Run on a single RTX 3090 Ti. No model weights are redistributed here. Demo code: MIT.
 
180
  </div>
181
  </footer>
182
 
 
112
  <div><div class="k">Subject model</div><div class="v">Qwen2.5-3B-Instruct (frozen)</div></div>
113
  <div><div class="k">Independent judge</div><div class="v">Qwen2.5-7B-Instruct</div></div>
114
  <div><div class="k">License</div><div class="v">MIT</div></div>
115
+ <div><div class="k">Paper</div><div class="v"><a href="https://doi.org/10.5281/zenodo.21845022" target="_blank" rel="noopener">doi.org/10.5281/zenodo.21845022</a></div></div>
116
  </div>
117
  </header>
118
 
 
178
  <div class="attrib">
179
  Subject model Qwen2.5-3B-Instruct · independent judge Qwen2.5-7B-Instruct (both Apache-2.0,
180
  Alibaba Cloud). Run on a single RTX 3090 Ti. No model weights are redistributed here. Demo code: MIT.
181
+ Paper: <a href="https://doi.org/10.5281/zenodo.21845022" target="_blank" rel="noopener">doi.org/10.5281/zenodo.21845022</a>.
182
  </div>
183
  </footer>
184