| --- |
| license: cc-by-sa-3.0 |
| task_categories: |
| - text-generation |
| language: |
| - sr |
| - hr |
| - sl |
| - mk |
| pretty_name: Srpska Vikipedija |
| size_categories: |
| - 100M<n<1B |
| configs: |
| - config_name: default |
| data_files: |
| - split: train |
| path: |
| - wiki_sr.jsonl |
| - wiki_sh.jsonl |
| - wiki_hr.jsonl |
| - wiki_sl.jsonl |
| - wiki_mk.jsonl |
| - split: sr |
| path: |
| - wiki_sr.jsonl |
| - split: sh |
| path: |
| - wiki_sh.jsonl |
| - split: hr |
| path: |
| - wiki_hr.jsonl |
| - split: sl |
| path: |
| - wiki_sl.jsonl |
| - split: mk |
| path: |
| - wiki_mk.jsonl |
|
|
| --- |
| |
| <!--img src="cover.png" class="cover"--> |
|
|
|
|
|
|
| <table style="width:100%;height:100%"> |
| <!--tr style="width:100%;height:30px"> |
|
|
| <td colspan=2 align=center> |
| |
| </td> |
| <tr--> |
| <tr style="width:100%;height:100%"> |
| <td width=50%> |
| <h2>Vikipedija na Srpskom (i ostalim južnoslovenskim jezicima)</h2> |
| <p>verzija 1.11.2023 - derivacija <a href="https://huggingface.co/datasets/wikimedia/wikipedia"><b>Vikimedijinog skupa</b></a></p> |
| <p>Ukupno 1,660,410 dokumenata, sa <span class="highlight-container"><span class="highlight">preko 420 miliona reči</span></span>.</p> |
| <p></p> |
| <p>Svaki dokument je u zasebnoj JSON liniji.</p> |
| <p>Paragrafi su odvojeni duplim novim redom (\n\n).</p> |
| <p>Rečenice unutar paragrafa su obeležene.</p> |
| </td> |
| <td> |
| <h2>Wikipedia in Serbian (and other South-slavic languages)</h2> |
| <p>version 1.11.2023 - derived from <a href="https://huggingface.co/datasets/wikimedia/wikipedia"><b>Wikimedia dataset</b></a></p> |
| <p>A total of 1,660,410 documents containing <span class="highlight-container"><span class="highlight">over 420 million words</span></span>.</p> |
| <p></p> |
| <p>Each document is represented by a JSON line.</p> |
| <p>Paragraphs are separated via double new line (\n\n).</p> |
| <p>Each Sentence in a document is delimited.</p> |
| </td> |
| </tr> |
| </tr> |
| <tr> |
| <td colspan=2> |
| <table style='width:100%;font-size:12pt;text-align:right'> |
| <tr> |
| <th style='width:40%'><b></b></th> |
| <th style='width:15%'><b>Број докумената<br/>Doc. count</b></th> |
| <th style='width:15%'><b>Број реченица<br/>Sent. count</b></th> |
| <th style='width:15%'><b>Број речи<br/>Word count</b></th> |
| <th style='width:15%'><b>Удео<br/>Share</b></th> |
| </tr> |
| <tr> |
| <td>Srpski 🇷🇸</td> |
| <td>676,605</td> |
| <td>11,227,765</td> |
| <td>150,913,211</td> |
| <td>35.9%</td> |
| </tr> |
| <tr> |
| <td>Srpskohrvatski 🇷🇸🇭🇷</td> |
| <td>458,392</td> |
| <td>6,063,275</td> |
| <td>82,936,902</td> |
| <td>19.7%</td> |
| </tr> |
| <tr> |
| <td>Hrvatski 🇭🇷</td> |
| <td>202,848</td> |
| <td>3,976,803</td> |
| <td>64,586,656</td> |
| <td>15.4%</td> |
| </tr> |
| <tr> |
| <td>Slovenački 🇸🇮</td> |
| <td>183,006</td> |
| <td>3,779,513</td> |
| <td>65,048,453</td> |
| <td>15.4%</td> |
| </tr> |
| <tr> |
| <td>Makedonski 🇲🇰</td> |
| <td>139,559</td> |
| <td>3,178,788</td> |
| <td>57,142,896</td> |
| <td>13.6%</td> |
| </tr> |
| <tr> |
| <td><b>Укупно<br/>Total</b></td> |
| <td><b>1,660,410</b></td> |
| <td><b>28,226,144</b></td> |
| <td><b>420,628,118</b></td> |
| <td><b>100%</b></td> |
| </tr> |
| </table> |
| </td> |
| </tr> |
| |
|
|
| |
| </table> |
| |
|
|
|
|
| ```python |
| from datasets import load_dataset |
| dataset = load_dataset("procesaur/Vikipedija") |
| ``` |
|
|
|
|
| ```python |
| print(dataset["train"][11]) |
| {'text': '<s>Никола Тесла (Смиљан, 10. јул 1856 — Њујорк, 7. јануар 1943) био је српски...'} |
| ``` |
|
|
|
|
| <div class="inline-flex flex-col" style="line-height: 1.5;padding-right:50px"> |
| <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">Editor</div> |
| <a href="https://huggingface.co/procesaur"> |
| <div class="flex"> |
| <div |
| style="display:DISPLAY_1; margin-left: auto; margin-right: auto; width: 92px; height:92px; border-radius: 50%; |
| background-size: cover; background-image: url('https://cdn-uploads.huggingface.co/production/uploads/1673534533167-63bc254fb8c61b8aa496a39b.jpeg?w=200&h=200&f=face')"> |
| </div> |
| </div> |
| </a> |
| <div style="text-align: center; font-size: 16px; font-weight: 800">Mihailo Škorić</div> |
| <div> |
| <a href="https://huggingface.co/procesaur"> |
| <div style="text-align: center; font-size: 14 |
| px;">@procesaur</div> |
| </a> |
| </div> |
| </div> |
| </div> |
| |
| <div id="zastava"> |
| <div class="grb"> |
| <img src="https://www.ai.gov.rs/img/logo_60x120-2.png" style="position:relative; left:30px; z-index:10; height:85px"> |
| </div> |
| <table width=100% style="border:0px"> |
| <tr style="background-color:#C6363C;width:100%;border:0px;height:30px"><td style="width:100vw"></td></tr> |
| <tr style="background-color:#0C4076;width:100%;border:0px;height:30px"><td></td></tr> |
| <tr style="background-color:#ffffff;width:100%;border:0px;height:30px"><td></td></tr> |
| </table> |
| </div> |
| |
| <table style="width:100%;height:100%"> |
| <tr style="width:100%;height:100%"> |
| <td width=50%> |
| <p>Истраживање jе спроведено уз подршку Фонда за науку Републике Србиjе, #7276, Text Embeddings – Serbian Language Applications – TESLA |
| и Фода за иновациону делатност Републике Србије у оквиру програма GOVTECH, решење #53096, Дигитекс</p> |
| </td> |
| <td> |
| <p>This research was supported by the Science Fund of the Republic of Serbia, #7276, Text Embeddings - Serbian Language Applications - TESLA |
| and the Fund for Republic of Serbia Innovation Fund via the GOVTECH program, project #53096, Digiteks</p> |
| </td> |
| </tr> |
| </table> |
| |
|
|
|
|
| <style> |
| .ffeat: { |
| color:red |
| } |
| |
| .cover { |
| width: 100%; |
| margin-bottom: 5pt |
| } |
| |
| .highlight-container, .highlight { |
| position: relative; |
| text-decoration:none |
| } |
| |
| .highlight-container { |
| display: inline-block; |
| |
| } |
|
|
| .highlight{ |
| color:white; |
| text-transform:uppercase; |
| font-size: 16pt; |
| } |
|
|
| .highlight-container{ |
| padding:5px 10px |
| } |
| |
| .highlight-container:before { |
| content: " "; |
| display: block; |
| height: 100%; |
| width: 100%; |
| margin-left: 0px; |
| margin-right: 0px; |
| position: absolute; |
| background: #e80909; |
| transform: rotate(2deg); |
| top: -1px; |
| left: -1px; |
| border-radius: 20% 25% 20% 24%; |
| padding: 10px 18px 18px 10px; |
| } |
|
|
| div.grb, #zastava>table { |
| position:absolute; |
| top:0px; |
| left: 0px; |
| margin:0px |
| } |
|
|
| div.grb>img, #zastava>table{ |
| margin:0px |
| } |
| |
| #zastava { |
| position: relative; |
| margin-bottom:120px |
| } |
| |
| p { |
| font-size:14pt |
| } |
| </style> |