Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,176 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-sa-3.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-3.0
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
language:
|
6 |
+
- sr
|
7 |
+
pretty_name: Srpska Vikipedija
|
8 |
+
size_categories:
|
9 |
+
- 100M<n<1B
|
10 |
+
configs:
|
11 |
+
- config_name: default
|
12 |
+
data_files:
|
13 |
+
- split: train
|
14 |
+
path:
|
15 |
+
- wiki.sr.jsonl
|
16 |
+
---
|
17 |
+
|
18 |
+
<!--img src="cover.png" class="cover"-->
|
19 |
+
|
20 |
+
<div id="zastava">
|
21 |
+
<div class="grb">
|
22 |
+
<img src="https://www.ai.gov.rs/img/logo_60x120-2.png" style="position:relative; left:30px; z-index:10; height:85px">
|
23 |
+
</div>
|
24 |
+
<table width=100% style="border:0px">
|
25 |
+
<tr style="background-color:#C6363C;width:100%;border:0px;height:30px"><td></td></tr>
|
26 |
+
<tr style="background-color:#0C4076;width:100%;border:0px;height:30px"><td></td></tr>
|
27 |
+
<tr style="background-color:#ffffff;width:100%;border:0px;height:30px"><td></td></tr>
|
28 |
+
</table>
|
29 |
+
</div>
|
30 |
+
|
31 |
+
<table style="width:100%;height:100%">
|
32 |
+
<!--tr style="width:100%;height:30px">
|
33 |
+
|
34 |
+
<td colspan=2 align=center>
|
35 |
+
|
36 |
+
</td>
|
37 |
+
<tr-->
|
38 |
+
<tr style="width:100%;height:100%">
|
39 |
+
<td width=50%>
|
40 |
+
<h2>Srpska Vikipedija</h2>
|
41 |
+
<p>verzija 1.11.2023 - derivacija <a href="https://huggingface.co/datasets/wikimedia/wikipedia"><b>Vikimedijinog skupa</b></a></p>
|
42 |
+
<p>Ukupno 676,605 dokumenata, sa <span class="highlight-container"><span class="highlight">preko 135 miliona reči</span></span>.</p>
|
43 |
+
<p></p>
|
44 |
+
<p>Svaki dokument je u zasebnoj JSON liniji.</p>
|
45 |
+
<p>Paragrafi su odvojeni duplim novim redom (\n\n).</p>
|
46 |
+
<p>Rečenice unutar paragrafa su obeležene.</p>
|
47 |
+
</td>
|
48 |
+
<td>
|
49 |
+
<h2>Serbian Wikipedia</h2>
|
50 |
+
<p>version 1.11.2023 - derived from <a href="https://huggingface.co/datasets/wikimedia/wikipedia"><b>Wikimedia dataset</b></a></p>
|
51 |
+
<p>A total of 676,60 documents containing <span class="highlight-container"><span class="highlight">over 135 million words</span></span>.</p>
|
52 |
+
<p></p>
|
53 |
+
<p>Each document is represented by a JSON line.</p>
|
54 |
+
<p>Paragraphs are separated via double new line (\n\n).</p>
|
55 |
+
<p>Each Sentence in a document is delimited.</p>
|
56 |
+
</td>
|
57 |
+
</tr>
|
58 |
+
</table>
|
59 |
+
|
60 |
+
|
61 |
+
|
62 |
+
```python
|
63 |
+
from datasets import load_dataset
|
64 |
+
dataset = load_dataset("procesaur/Vikipedija")
|
65 |
+
```
|
66 |
+
|
67 |
+
|
68 |
+
```python
|
69 |
+
print(dataset["train"][11])
|
70 |
+
{'text': '<s>Никола Тесла (Смиљан, 10. јул 1856 — Њујорк, 7. јануар 1943) био је српски...'}
|
71 |
+
```
|
72 |
+
|
73 |
+
|
74 |
+
<div class="inline-flex flex-col" style="line-height: 1.5;padding-right:50px">
|
75 |
+
<div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">Editor</div>
|
76 |
+
<a href="https://huggingface.co/procesaur">
|
77 |
+
<div class="flex">
|
78 |
+
<div
|
79 |
+
style="display:DISPLAY_1; margin-left: auto; margin-right: auto; width: 92px; height:92px; border-radius: 50%;
|
80 |
+
background-size: cover; background-image: url('https://cdn-uploads.huggingface.co/production/uploads/1673534533167-63bc254fb8c61b8aa496a39b.jpeg?w=200&h=200&f=face')">
|
81 |
+
</div>
|
82 |
+
</div>
|
83 |
+
</a>
|
84 |
+
<div style="text-align: center; font-size: 16px; font-weight: 800">Mihailo Škorić</div>
|
85 |
+
<div>
|
86 |
+
<a href="https://huggingface.co/procesaur">
|
87 |
+
<div style="text-align: center; font-size: 14
|
88 |
+
px;">@procesaur</div>
|
89 |
+
</a>
|
90 |
+
</div>
|
91 |
+
</div>
|
92 |
+
</div>
|
93 |
+
|
94 |
+
|
95 |
+
|
96 |
+
<table style="width:100%;height:100%">
|
97 |
+
<tr style="width:100%;height:100%">
|
98 |
+
<td width=50%>
|
99 |
+
<p>Истраживање jе спроведено уз подршку Фонда за науку Републике Србиjе, #7276, Text Embeddings – Serbian Language Applications – TESLA
|
100 |
+
и Фода за иновациону делатност Републике Србије у оквиру програма GOVTECH, решење #53096, Дигитекс</p>
|
101 |
+
</td>
|
102 |
+
<td>
|
103 |
+
<p>This research was supported by the Science Fund of the Republic of Serbia, #7276, Text Embeddings - Serbian Language Applications - TESLA
|
104 |
+
and the Fund for Republic of Serbia Innovation Fund via the GOVTECH program, project #53096, Digiteks</p>
|
105 |
+
</td>
|
106 |
+
</tr>
|
107 |
+
</table>
|
108 |
+
|
109 |
+
|
110 |
+
|
111 |
+
<style>
|
112 |
+
.ffeat: {
|
113 |
+
color:red
|
114 |
+
}
|
115 |
+
|
116 |
+
.cover {
|
117 |
+
width: 100%;
|
118 |
+
margin-bottom: 5pt
|
119 |
+
}
|
120 |
+
|
121 |
+
.highlight-container, .highlight {
|
122 |
+
position: relative;
|
123 |
+
text-decoration:none
|
124 |
+
}
|
125 |
+
|
126 |
+
.highlight-container {
|
127 |
+
display: inline-block;
|
128 |
+
|
129 |
+
}
|
130 |
+
|
131 |
+
.highlight{
|
132 |
+
color:white;
|
133 |
+
text-transform:uppercase;
|
134 |
+
font-size: 16pt;
|
135 |
+
}
|
136 |
+
|
137 |
+
.highlight-container{
|
138 |
+
padding:5px 10px
|
139 |
+
}
|
140 |
+
|
141 |
+
.highlight-container:before {
|
142 |
+
content: " ";
|
143 |
+
display: block;
|
144 |
+
height: 100%;
|
145 |
+
width: 100%;
|
146 |
+
margin-left: 0px;
|
147 |
+
margin-right: 0px;
|
148 |
+
position: absolute;
|
149 |
+
background: #e80909;
|
150 |
+
transform: rotate(2deg);
|
151 |
+
top: -1px;
|
152 |
+
left: -1px;
|
153 |
+
border-radius: 20% 25% 20% 24%;
|
154 |
+
padding: 10px 18px 18px 10px;
|
155 |
+
}
|
156 |
+
|
157 |
+
div.grb, #zastava>table {
|
158 |
+
position:absolute;
|
159 |
+
top:0px;
|
160 |
+
left: 0px;
|
161 |
+
margin:0px
|
162 |
+
}
|
163 |
+
|
164 |
+
div.grb>img, #zastava>table{
|
165 |
+
margin:0px
|
166 |
+
}
|
167 |
+
|
168 |
+
#zastava {
|
169 |
+
position: relative;
|
170 |
+
margin-bottom:120px
|
171 |
+
}
|
172 |
+
|
173 |
+
p {
|
174 |
+
font-size:14pt
|
175 |
+
}
|
176 |
+
</style>
|