Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Serbian
License:
rankas commited on
Commit
87f9fab
·
verified ·
1 Parent(s): 6b295d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +87 -0
README.md CHANGED
@@ -104,3 +104,90 @@ Together, these datasets contribute to addressing the lack of large-scale QA res
104
  note={Accepted, not yet published}
105
  }
106
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  note={Accepted, not yet published}
105
  }
106
 
107
+ <div id="zastava">
108
+ <div class="grb">
109
+ <img src="https://www.ai.gov.rs/img/logo_60x120-2.png" style="position:relative; left:30px; z-index:10; height:85px">
110
+ </div>
111
+ <table width=100% style="border:0px">
112
+ <tr style="background-color:#C6363C;width:100%;border:0px;height:30px"><td style="width:100vw"></td></tr>
113
+ <tr style="background-color:#0C4076;width:100%;border:0px;height:30px"><td></td></tr>
114
+ <tr style="background-color:#ffffff;width:100%;border:0px;height:30px"><td></td></tr>
115
+ </table>
116
+ </div>
117
+
118
+ <table style="width:100%;height:100%">
119
+ <tr style="width:100%;height:100%">
120
+ <td width=50%>
121
+ <p>Истраживање jе спроведено уз подршку Фонда за науку Републике Србиjе, #7276, Text Embeddings – Serbian Language Applications – TESLA</p>
122
+ </td>
123
+ <td>
124
+ <p>This research was supported by the Science Fund of the Republic of Serbia, #7276, Text Embeddings - Serbian Language Applications - TESLA</p>
125
+ </td>
126
+ </tr>
127
+ </table>
128
+ <style>
129
+ .ffeat: {
130
+ color:red
131
+ }
132
+
133
+ .cover {
134
+ width: 100%;
135
+ margin-bottom: 5pt
136
+ }
137
+
138
+ .highlight-container, .highlight {
139
+ position: relative;
140
+ text-decoration:none
141
+ }
142
+
143
+ .highlight-container {
144
+ display: inline-block;
145
+
146
+ }
147
+
148
+ .highlight{
149
+ color:white;
150
+ text-transform:uppercase;
151
+ font-size: 16pt;
152
+ }
153
+
154
+ .highlight-container{
155
+ padding:5px 10px
156
+ }
157
+
158
+ .highlight-container:before {
159
+ content: " ";
160
+ display: block;
161
+ height: 100%;
162
+ width: 100%;
163
+ margin-left: 0px;
164
+ margin-right: 0px;
165
+ position: absolute;
166
+ background: #e80909;
167
+ transform: rotate(2deg);
168
+ top: -1px;
169
+ left: -1px;
170
+ border-radius: 20% 25% 20% 24%;
171
+ padding: 10px 18px 18px 10px;
172
+ }
173
+
174
+ div.grb, #zastava>table {
175
+ position:absolute;
176
+ top:0px;
177
+ left: 0px;
178
+ margin:0px
179
+ }
180
+
181
+ div.grb>img, #zastava>table{
182
+ margin:0px
183
+ }
184
+
185
+ #zastava {
186
+ position: relative;
187
+ margin-bottom:120px
188
+ }
189
+
190
+ p {
191
+ font-size:14pt
192
+ }
193
+ </style>