Update index.html
Browse files- index.html +13 -12
index.html
CHANGED
@@ -56,18 +56,19 @@
|
|
56 |
|
57 |
<section class="section">
|
58 |
<div class="container content">
|
59 |
-
<h2 class="title is-3"
|
60 |
-
<
|
61 |
-
<
|
62 |
-
<
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
|
|
71 |
</div>
|
72 |
</section>
|
73 |
|
|
|
56 |
|
57 |
<section class="section">
|
58 |
<div class="container content">
|
59 |
+
<h2 class="title is-3">π Available Artifacts</h2>
|
60 |
+
<ul>
|
61 |
+
<li><a href="https://huggingface.co/datasets/Jackal-AI/JQL-Human-Edu-Annotations" target="_blank">π Ground truth annotations in 35 languages</a></li>
|
62 |
+
<li><a href="https://huggingface.co/datasets/Jackal-AI/JQL-LLM-Edu-Annotations" target="_blank">π§ Synthetic LLM-annotated dataset (14M+ documents)</a></li>
|
63 |
+
<li><a href="https://huggingface.co/Jackal-AI/JQL-Edu-Heads" target="_blank">πͺΆ Lightweight annotation models</a>:
|
64 |
+
<ul>
|
65 |
+
<li>JQL-Gemma</li>
|
66 |
+
<li>JQL-Mistral</li>
|
67 |
+
<li>JQL-Llama</li>
|
68 |
+
</ul>
|
69 |
+
</li>
|
70 |
+
<li>π οΈ Training & inference scripts: Coming soon</li>
|
71 |
+
</ul>
|
72 |
</div>
|
73 |
</section>
|
74 |
|