davanstrien HF Staff commited on
Commit
e302f7f
·
verified ·
1 Parent(s): bba8312

Default to bibliographic-only view; hyperlink the model + Jobs

Browse files
Files changed (1) hide show
  1. index.html +4 -2
index.html CHANGED
@@ -13,6 +13,8 @@
13
  h1 { font-size:30px; font-weight:400; margin:0 0 6px; }
14
  h1 i { color:var(--accent); }
15
  .sub { color:#555; font-size:16px; margin:0 0 4px; }
 
 
16
  .meta { color:var(--muted); font-size:14px; font-style:italic; }
17
  .bar { max-width:980px; margin:18px auto 0; padding:0 28px; display:flex;
18
  align-items:center; gap:16px; border-bottom:1px solid var(--rule); padding-bottom:14px;
@@ -43,12 +45,12 @@
43
  <body>
44
  <header>
45
  <h1>Boston Public Library shelf-list cards <i>→ structured records</i></h1>
46
- <p class="sub">Zero-shot extraction with NuExtract3 (4B, Apache-2.0) — one command on Hugging Face Jobs.</p>
47
  <p class="meta" id="meta">loading…</p>
48
  </header>
49
  <div class="bar">
50
  <span class="count" id="count"></span>
51
- <label><input type="checkbox" id="bibOnly"> bibliographic cards only</label>
52
  </div>
53
  <main id="cards"></main>
54
  <footer>
 
13
  h1 { font-size:30px; font-weight:400; margin:0 0 6px; }
14
  h1 i { color:var(--accent); }
15
  .sub { color:#555; font-size:16px; margin:0 0 4px; }
16
+ .sub a { color:var(--accent); text-decoration:none; border-bottom:1px solid #d8c2c2; }
17
+ .sub a:hover { border-bottom-color:var(--accent); }
18
  .meta { color:var(--muted); font-size:14px; font-style:italic; }
19
  .bar { max-width:980px; margin:18px auto 0; padding:0 28px; display:flex;
20
  align-items:center; gap:16px; border-bottom:1px solid var(--rule); padding-bottom:14px;
 
45
  <body>
46
  <header>
47
  <h1>Boston Public Library shelf-list cards <i>→ structured records</i></h1>
48
+ <p class="sub">Zero-shot extraction with <a href="https://huggingface.co/numind/NuExtract3">NuExtract3</a> (4B, Apache-2.0) — one command on <a href="https://huggingface.co/docs/hub/spaces-gpu-jobs">Hugging Face Jobs</a>.</p>
49
  <p class="meta" id="meta">loading…</p>
50
  </header>
51
  <div class="bar">
52
  <span class="count" id="count"></span>
53
+ <label><input type="checkbox" id="bibOnly" checked> bibliographic cards only</label>
54
  </div>
55
  <main id="cards"></main>
56
  <footer>