Spaces:
Running
Running
Upload index.html
Browse files- index.html +55 -37
index.html
CHANGED
|
@@ -121,16 +121,28 @@ footer{border-top:1px solid var(--line);padding:36px 0;color:var(--muted);font-s
|
|
| 121 |
</article>
|
| 122 |
|
| 123 |
<article class="model-card" onclick="showModel('vidar')">
|
| 124 |
-
<small>2026 · planned /
|
| 125 |
-
<p>Planned ORIS vision model
|
| 126 |
<div class="chips">
|
| 127 |
-
<span class="chip">image
|
|
|
|
| 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 |
|
|
@@ -922,61 +934,67 @@ footer{border-top:1px solid var(--line);padding:36px 0;color:var(--muted);font-s
|
|
| 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
|
| 955 |
<span class="chip">visual question answering</span>
|
| 956 |
<span class="chip">OCR / documents</span>
|
| 957 |
-
<span class="chip">Polish
|
| 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">
|
| 966 |
<div class="prose">
|
| 967 |
-
<p>
|
| 968 |
-
|
| 969 |
-
|
| 970 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 971 |
</div>
|
| 972 |
-
<p class="note">
|
| 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);
|
|
|
|
| 121 |
</article>
|
| 122 |
|
| 123 |
<article class="model-card" onclick="showModel('vidar')">
|
| 124 |
+
<small>2026 · planned / active development</small><h2>Vidar-VL</h2>
|
| 125 |
+
<p>Planned ORIS vision-language model for understanding images and interacting with visual content in Polish.</p>
|
| 126 |
<div class="chips">
|
| 127 |
+
<span class="chip">image understanding</span>
|
| 128 |
+
<span class="chip">Polish vision-language</span>
|
| 129 |
<span class="chip">visual question answering</span>
|
| 130 |
<span class="chip">OCR / documents</span>
|
|
|
|
| 131 |
<span class="chip">multimodal reasoning</span>
|
| 132 |
</div>
|
| 133 |
</article>
|
| 134 |
+
|
| 135 |
+
<article class="model-card" onclick="showModel('orisvision')">
|
| 136 |
+
<small>2026 · planned research</small><h2>ORIS Vision</h2>
|
| 137 |
+
<p>Planned compact visual representation model for fast image analysis, embeddings, scoring, retrieval and dataset-oriented filtering.</p>
|
| 138 |
+
<div class="chips">
|
| 139 |
+
<span class="chip">vision encoder</span>
|
| 140 |
+
<span class="chip">embeddings</span>
|
| 141 |
+
<span class="chip">image scoring</span>
|
| 142 |
+
<span class="chip">retrieval</span>
|
| 143 |
+
<span class="chip">visual filtering</span>
|
| 144 |
+
</div>
|
| 145 |
+
</article>
|
| 146 |
</div>
|
| 147 |
</main>
|
| 148 |
|
|
|
|
| 934 |
<article class="detail" id="model-vidar">
|
| 935 |
<div class="detail-top"><div class="wrap detail-bar">
|
| 936 |
<button class="back" onclick="showIndex()">← All models</button>
|
| 937 |
+
<div class="detail-name">Vidar-VL</div>
|
| 938 |
</div></div>
|
| 939 |
|
| 940 |
<div class="wrap detail-hero">
|
| 941 |
<div class="eyebrow">Planned vision-language research</div>
|
| 942 |
+
<h2>Vidar-VL</h2>
|
| 943 |
+
<p>A planned ORIS vision-language model focused on understanding images and interacting with visual content in Polish.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 944 |
|
| 945 |
<div class="chips">
|
| 946 |
+
<span class="chip">image understanding</span>
|
| 947 |
<span class="chip">visual question answering</span>
|
| 948 |
<span class="chip">OCR / documents</span>
|
| 949 |
+
<span class="chip">Polish visual interaction</span>
|
| 950 |
<span class="chip">multimodal reasoning</span>
|
|
|
|
| 951 |
</div>
|
| 952 |
</div>
|
| 953 |
|
| 954 |
<section><div class="wrap">
|
| 955 |
<div class="eyebrow">Status</div>
|
| 956 |
+
<h3 class="section-title">Planned and currently under development.</h3>
|
| 957 |
<div class="prose">
|
| 958 |
+
<p>Vidar-VL is intended as the ORIS vision-language branch for image understanding, visual question answering, OCR-oriented interaction and broader multimodal reasoning.</p>
|
| 959 |
+
</div>
|
| 960 |
+
<p class="note">Further technical details will be published when the project reaches its first experimental release.</p>
|
| 961 |
+
</div></section>
|
| 962 |
+
</article>
|
| 963 |
+
|
| 964 |
+
<article class="detail" id="model-orisvision">
|
| 965 |
+
<div class="detail-top"><div class="wrap detail-bar">
|
| 966 |
+
<button class="back" onclick="showIndex()">← All models</button>
|
| 967 |
+
<div class="detail-name">ORIS Vision</div>
|
| 968 |
+
</div></div>
|
| 969 |
+
|
| 970 |
+
<div class="wrap detail-hero">
|
| 971 |
+
<div class="eyebrow">Planned visual representation research</div>
|
| 972 |
+
<h2>ORIS Vision</h2>
|
| 973 |
+
<p>A planned compact visual representation model for fast image analysis, embeddings, scoring, retrieval and filtering.</p>
|
| 974 |
+
|
| 975 |
+
<div class="chips">
|
| 976 |
+
<span class="chip">visual embeddings</span>
|
| 977 |
+
<span class="chip">image scoring</span>
|
| 978 |
+
<span class="chip">similarity</span>
|
| 979 |
+
<span class="chip">retrieval</span>
|
| 980 |
+
<span class="chip">quality filtering</span>
|
| 981 |
+
</div>
|
| 982 |
+
</div>
|
| 983 |
+
|
| 984 |
+
<section><div class="wrap">
|
| 985 |
+
<div class="eyebrow">Status</div>
|
| 986 |
+
<h3 class="section-title">A planned compact vision encoder branch.</h3>
|
| 987 |
+
<div class="prose">
|
| 988 |
+
<p>ORIS Vision is intended for efficient visual representation and production-oriented analysis rather than conversational generation. Planned uses include embeddings, similarity, retrieval, scoring and image filtering.</p>
|
| 989 |
</div>
|
| 990 |
+
<p class="note">Architecture, training sources and implementation details are intentionally not disclosed at this stage.</p>
|
| 991 |
</div></section>
|
| 992 |
</article>
|
| 993 |
|
| 994 |
<footer><div class="wrap">ORIS Research · Independent experimental language-model work · 2025–2027</div></footer>
|
| 995 |
|
| 996 |
<script>
|
| 997 |
+
const ids=["polmath","oris660","smallc","eris","vyuhu","vidar","orisvision"];
|
| 998 |
function hideDetails(){
|
| 999 |
ids.forEach(id=>{
|
| 1000 |
const el=document.getElementById("model-"+id);
|