procesaur commited on
Commit
6333e69
1 Parent(s): b6a90c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +225 -3
README.md CHANGED
@@ -1,3 +1,225 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - sr
4
+ pretty_name: ZNANJE
5
+ size_categories:
6
+ - 1B<n<10B
7
+ configs:
8
+ - config_name: default
9
+ data_files:
10
+ - split: train
11
+ path:
12
+ - '*_sr.jsonl'
13
+ - '*_hr.jsonl'
14
+ - '*_cnr.jsonl'
15
+ - '*_bs.jsonl'
16
+ - split: slo
17
+ path:
18
+ - '*_si.jsonl'
19
+ - split: sve
20
+ path:
21
+ - '*_sr.jsonl'
22
+ - '*_hr.jsonl'
23
+ - '*_cnr.jsonl'
24
+ - '*_bs.jsonl'
25
+ - '*_si.jsonl'
26
+ task_categories:
27
+ - text-generation
28
+ license: cc-by-sa-4.0
29
+ ---
30
+
31
+ <img src="cover.png" class="cover">
32
+
33
+
34
+ <table style="width:100%;height:100%">
35
+ <!--tr style="width:100%;height:30px">
36
+
37
+ <td colspan=2 align=center>
38
+ <h1>ZNANJE</h1>
39
+ </td>
40
+ <tr-->
41
+ <tr style="width:100%;height:100%">
42
+ <td width=50%>
43
+ <h2>Skup naučnih radova na Južnoslovenskim jezicima</h2>
44
+ <p><span class="highlight-container"><span class="highlight">Visoko-kvalitetan skup</span></span> raznovrsnih naučnih publikacija</p>
45
+ <p>Neophodan za obučavanje kvalitetnih jezičkih modela za južnoslovenske jezike.</p>
46
+ <p>Ukupno ? dokumenata, ukupno sa <span class="highlight-container"><span class="highlight">preko ? reči</span></span>.</p>
47
+ <p></p>
48
+ <p>Svaka JSON linija predstavlja jednu publikaciju.</p>
49
+ <p>Unutar svakog dokumenta su obeležene rečenice i paragrafi.</p>
50
+ </td>
51
+ <td>
52
+ <h2>Set of South Slavic Scientific Research publications</h2>
53
+ <p><span class
54
+ ="highlight-container"><span class="highlight">Highly curated, High-quality</span></span>and diverse scientific publications.</p>
55
+ <p>Necessary for training quality language models for Serbian.</p
56
+ >
57
+ <p>A total of ? documents containing <span class="highlight-container"><span class="highlight">over ? words</span></span>.</p>
58
+ <p></p>
59
+ <p>Each JSON line represents one publication.</p>
60
+ <p>All documents are paragraph and sentence-delimited.</p>
61
+
62
+ </td>
63
+ </tr>
64
+ </table>
65
+
66
+
67
+
68
+ ```python
69
+ from datasets import load_dataset
70
+ dataset = load_dataset("procesaur/STARS")
71
+ ```
72
+
73
+
74
+ ```python
75
+ print(dataset["train"][2])
76
+ {'text': '<s>Moguće strukture aerosol čestice NaCl: a) neporozna čvrsta, b) porozna čvrsta, c) čvrsta sa otvorenim džepovima rastovrenog NaCl, d) čvrsta čaura sa vodenim jezgrom, e) čvrsta NaCl čestica sa jezgrom vodenog rastvora NaCl, f) vodena kapljica NaCl.</s><s>Linije na slikama predstavljaju adsorbovanu vodu.</s>
77
+ '}
78
+ ```
79
+
80
+
81
+ <div class="inline-flex flex-col" style="line-height: 1.5;padding-right:50px">
82
+ <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">Editor</div>
83
+ <a href="https://huggingface.co/procesaur">
84
+ <div class="flex">
85
+ <div
86
+ style="display:DISPLAY_1; margin-left: auto; margin-right: auto; width: 92px; height:92px; border-radius: 50%;
87
+ background-size: cover; background-image: url(&#39;https://cdn-uploads.huggingface.co/production/uploads/1673534533167-63bc254fb8c61b8aa496a39b.jpeg?w=200&h=200&f=face&#39;)">
88
+ </div>
89
+ </div>
90
+ </a>
91
+ <div style="text-align: center; font-size: 16px; font-weight: 800">Mihailo Škorić</div>
92
+ <div>
93
+ <a href="https://huggingface.co/procesaur">
94
+ <div style="text-align: center; font-size: 14
95
+ px;">@procesaur</div>
96
+ </a>
97
+ </div>
98
+ </div>
99
+ </div>
100
+
101
+ <div class="inline-flex flex-col" style="line-height: 1.5;">
102
+
103
+ <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">Editor</div>
104
+ <a href="https://huggingface.co/Nikola-92">
105
+ <div class="flex">
106
+ <div
107
+ style="display:DISPLAY_1; margin-left: auto; margin-right: auto; width: 92px; height:92px; border-radius: 50%;
108
+ background-size: cover; background-image: url(https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/656fa4e1b7b6010db395b74d/3W5VhwkSJ3JSGvlgsx2fx.jpeg?w=200&h=200&f=face)">
109
+ </div>
110
+ </div>
111
+ </a>
112
+ <div style="text-align: center; font-size: 16px; font-weight: 800">Nikola Janković</div>
113
+ <div>
114
+ <a href="https://huggingface.co/Nikola-92">
115
+ <div style="text-align: center; font-size: 14px;">@Nikola-92</div>
116
+ </a>
117
+ </div>
118
+ </div>
119
+ </div>
120
+
121
+
122
+
123
+ Citation:
124
+
125
+ ```bibtex
126
+ @article{skoric24korpusi,
127
+ author = {\vSkori\'c, Mihailo and Jankovi\'c, Nikola},
128
+ title = {New Textual Corpora for Serbian Language Modeling},
129
+ journal = {Infotheca},
130
+ volume = {24},
131
+ issue = {1},
132
+ year = {2024},
133
+ publisher = {Zajednica biblioteka univerziteta u Srbiji, Beograd},
134
+ url = {https://arxiv.org/abs/2405.09250}
135
+ }
136
+ ```
137
+
138
+ <table style="width:100%;height:100%">
139
+ <tr style="width:100%;height:100%">
140
+ <td width=50%>
141
+ <p>Истраживање jе спроведено уз подршку Фонда за науку Републике Србиjе, #7276, Text Embeddings – Serbian Language Applications – TESLA.</p>
142
+ </td>
143
+ <td>
144
+ <p>This research was supported by the Science Fund of the Republic of Serbia, #7276, Text Embeddings - Serbian Language Applications - TESLA.</p>
145
+ </td>
146
+ </tr>
147
+ </table>
148
+
149
+ <div id="zastava">
150
+ <div class="grb">
151
+ <img src="https://www.ai.gov.rs/img/logo_60x120-2.png" style="position:relative; left:30px; z-index:10; height:85px">
152
+ </div>
153
+ <table width=100% style="border:0px">
154
+ <tr style="background-color:#C6363C;width:100%;border:0px;height:30px"><td style="width:100vw"></td></tr>
155
+ <tr style="background-color:#0C4076;width:100%;border:0px;height:30px"><td></td></tr>
156
+ <tr style="background-color:#ffffff;width:100%;border:0px;height:30px"><td></td></tr>
157
+ </table>
158
+ </div>
159
+
160
+ <style>
161
+ .ffeat: {
162
+ color:red
163
+ }
164
+
165
+ .cover {
166
+ width: 100%;
167
+ margin-bottom: 5pt
168
+ }
169
+
170
+ .highlight-container, .highlight {
171
+ position: relative;
172
+ text-decoration:none
173
+ }
174
+
175
+ .highlight-container {
176
+ display: inline-block;
177
+
178
+ }
179
+
180
+ .highlight{
181
+ color:white;
182
+ text-transform:uppercase;
183
+ font-size: 16pt;
184
+ }
185
+
186
+ .highlight-container{
187
+ padding:5px 10px
188
+ }
189
+
190
+ .highlight-container:before {
191
+ content: " ";
192
+ display: block;
193
+ height: 100%;
194
+ width: 100%;
195
+ margin-left: 0px;
196
+ margin-right: 0px;
197
+ position: absolute;
198
+ background: #e80909;
199
+ transform: rotate(2deg);
200
+ top: -1px;
201
+ left: -1px;
202
+ border-radius: 20% 25% 20% 24%;
203
+ padding: 10px 18px 18px 10px;
204
+ }
205
+
206
+ div.grb, #zastava>table {
207
+ position:absolute;
208
+ top:0px;
209
+ left: 0px;
210
+ margin:0px
211
+ }
212
+
213
+ div.grb>img, #zastava>table{
214
+ margin:0px
215
+ }
216
+
217
+ #zastava {
218
+ position: relative;
219
+ margin-bottom:120px
220
+ }
221
+
222
+ p {
223
+ font-size:14pt
224
+ }
225
+ </style>