Spaces:
Running
Running
Upload index.html
Browse files- index.html +67 -1
index.html
CHANGED
|
@@ -119,6 +119,18 @@ footer{border-top:1px solid var(--line);padding:36px 0;color:var(--muted);font-s
|
|
| 119 |
<span class="chip">0.834B validation run passed</span>
|
| 120 |
</div>
|
| 121 |
</article>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
</div>
|
| 123 |
</main>
|
| 124 |
|
|
@@ -907,10 +919,64 @@ footer{border-top:1px solid var(--line);padding:36px 0;color:var(--muted);font-s
|
|
| 907 |
</div></section>
|
| 908 |
</article>
|
| 909 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 910 |
<footer><div class="wrap">ORIS Research · Independent experimental language-model work · 2025–2027</div></footer>
|
| 911 |
|
| 912 |
<script>
|
| 913 |
-
const ids=["polmath","oris660","smallc","eris","vyuhu"];
|
| 914 |
function hideDetails(){
|
| 915 |
ids.forEach(id=>{
|
| 916 |
const el=document.getElementById("model-"+id);
|
|
|
|
| 119 |
<span class="chip">0.834B validation run passed</span>
|
| 120 |
</div>
|
| 121 |
</article>
|
| 122 |
+
|
| 123 |
+
<article class="model-card" onclick="showModel('vidar')">
|
| 124 |
+
<small>2026 · planned / dataset collection</small><h2>Vidar</h2>
|
| 125 |
+
<p>Planned ORIS vision model currently being developed after the Vyuhu validation work. Dataset collection and evaluation preparation are in progress.</p>
|
| 126 |
+
<div class="chips">
|
| 127 |
+
<span class="chip">image → Polish text</span>
|
| 128 |
+
<span class="chip">visual question answering</span>
|
| 129 |
+
<span class="chip">OCR / documents</span>
|
| 130 |
+
<span class="chip">Polish cultural vision</span>
|
| 131 |
+
<span class="chip">multimodal reasoning</span>
|
| 132 |
+
</div>
|
| 133 |
+
</article>
|
| 134 |
</div>
|
| 135 |
</main>
|
| 136 |
|
|
|
|
| 919 |
</div></section>
|
| 920 |
</article>
|
| 921 |
|
| 922 |
+
<article class="detail" id="model-vidar">
|
| 923 |
+
<div class="detail-top"><div class="wrap detail-bar">
|
| 924 |
+
<button class="back" onclick="showIndex()">← All models</button>
|
| 925 |
+
<div class="detail-name">Vidar</div>
|
| 926 |
+
</div></div>
|
| 927 |
+
|
| 928 |
+
<div class="wrap detail-hero">
|
| 929 |
+
<div class="eyebrow">Planned vision-language research</div>
|
| 930 |
+
<h2>Vidar</h2>
|
| 931 |
+
<p>
|
| 932 |
+
A planned ORIS vision model currently in development following the Vyuhu validation work.
|
| 933 |
+
The current stage is focused on collecting and preparing the visual dataset and evaluation pipeline.
|
| 934 |
+
</p>
|
| 935 |
+
|
| 936 |
+
<div class="update-log">
|
| 937 |
+
<div class="update-item">
|
| 938 |
+
<div class="update-date">Current</div>
|
| 939 |
+
<div class="update-copy">
|
| 940 |
+
<strong>Visual dataset collection</strong>
|
| 941 |
+
<span>Building a Polish-oriented image-and-text corpus with source metadata, licensing information and later multimodal enrichment.</span>
|
| 942 |
+
</div>
|
| 943 |
+
</div>
|
| 944 |
+
<div class="update-item">
|
| 945 |
+
<div class="update-date">Planned</div>
|
| 946 |
+
<div class="update-copy">
|
| 947 |
+
<strong>Vision-language model experiments</strong>
|
| 948 |
+
<span>Image understanding, Polish description, visual question answering, OCR/document interpretation, cultural grounding and multimodal reasoning.</span>
|
| 949 |
+
</div>
|
| 950 |
+
</div>
|
| 951 |
+
</div>
|
| 952 |
+
|
| 953 |
+
<div class="chips">
|
| 954 |
+
<span class="chip">image → Polish text</span>
|
| 955 |
+
<span class="chip">visual question answering</span>
|
| 956 |
+
<span class="chip">OCR / documents</span>
|
| 957 |
+
<span class="chip">Polish cultural grounding</span>
|
| 958 |
+
<span class="chip">multimodal reasoning</span>
|
| 959 |
+
<span class="chip">dataset in progress</span>
|
| 960 |
+
</div>
|
| 961 |
+
</div>
|
| 962 |
+
|
| 963 |
+
<section><div class="wrap">
|
| 964 |
+
<div class="eyebrow">Status</div>
|
| 965 |
+
<h3 class="section-title">Dataset first.</h3>
|
| 966 |
+
<div class="prose">
|
| 967 |
+
<p>
|
| 968 |
+
Vidar is currently a planned and actively developed vision-language project.
|
| 969 |
+
Dataset collection is underway. Further technical details will be published only after the first experimental stage is ready.
|
| 970 |
+
</p>
|
| 971 |
+
</div>
|
| 972 |
+
<p class="note">Vidar · planned vision model · dataset collection in progress</p>
|
| 973 |
+
</div></section>
|
| 974 |
+
</article>
|
| 975 |
+
|
| 976 |
<footer><div class="wrap">ORIS Research · Independent experimental language-model work · 2025–2027</div></footer>
|
| 977 |
|
| 978 |
<script>
|
| 979 |
+
const ids=["polmath","oris660","smallc","eris","vyuhu","vidar"];
|
| 980 |
function hideDetails(){
|
| 981 |
ids.forEach(id=>{
|
| 982 |
const el=document.getElementById("model-"+id);
|