Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ tags:
|
|
15 |
- MaskedLM
|
16 |
---
|
17 |
|
18 |
-
|
19 |
<h4><i class="highlight-container"><b class="highlight">jerteh-355</b></i> —
|
20 |
Najveći BERT model specijalno obučen za srpski jezik.</h4>
|
21 |
|
@@ -118,3 +118,66 @@ kao i korpus [PDRS 1.0](https://www.clarin.si/repository/xmlui/handle/11356/1752
|
|
118 |
</div>
|
119 |
</div>
|
120 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
- MaskedLM
|
16 |
---
|
17 |
|
18 |
+
|
19 |
<h4><i class="highlight-container"><b class="highlight">jerteh-355</b></i> —
|
20 |
Najveći BERT model specijalno obučen za srpski jezik.</h4>
|
21 |
|
|
|
118 |
</div>
|
119 |
</div>
|
120 |
|
121 |
+
<style>
|
122 |
+
ul: {
|
123 |
+
font-weight:bold;
|
124 |
+
}
|
125 |
+
|
126 |
+
.cover {
|
127 |
+
width: 100%;
|
128 |
+
margin-bottom: 5pt
|
129 |
+
}
|
130 |
+
|
131 |
+
.highlight-container, .highlight {
|
132 |
+
position: relative;
|
133 |
+
text-decoration:none
|
134 |
+
}
|
135 |
+
|
136 |
+
.highlight-container {
|
137 |
+
display: inline-block;
|
138 |
+
|
139 |
+
}
|
140 |
+
|
141 |
+
.highlight{
|
142 |
+
color:white;
|
143 |
+
text-transform:uppercase;
|
144 |
+
font-size: 16pt;
|
145 |
+
|
146 |
+
}
|
147 |
+
|
148 |
+
.highlight-container{
|
149 |
+
padding:5px 10px
|
150 |
+
}
|
151 |
+
|
152 |
+
.highlight-container:before {
|
153 |
+
content: " ";
|
154 |
+
display: block;
|
155 |
+
height: 100%;
|
156 |
+
width: 100%;
|
157 |
+
margin-left: 0px;
|
158 |
+
margin-right: 0px;
|
159 |
+
position: absolute;
|
160 |
+
background: #e80909;
|
161 |
+
transform: rotate(2deg);
|
162 |
+
top: -1px;
|
163 |
+
left: -1px;
|
164 |
+
border-radius: 20% 25% 20% 24%;
|
165 |
+
padding: 10px 18px 18px 10px;
|
166 |
+
}
|
167 |
+
|
168 |
+
div.grb, #zastava>table {
|
169 |
+
position:absolute;
|
170 |
+
top:0px;
|
171 |
+
left: 0px;
|
172 |
+
margin:0px
|
173 |
+
}
|
174 |
+
|
175 |
+
div.grb>img, #zastava>table{
|
176 |
+
margin:0px
|
177 |
+
}
|
178 |
+
|
179 |
+
#zastava {
|
180 |
+
position: relative;
|
181 |
+
margin-bottom:120px
|
182 |
+
}
|
183 |
+
</style>
|