|
--- |
|
license: cc-by-4.0 |
|
datasets: |
|
- procesaur/STARS |
|
- procesaur/Vikipedija |
|
- procesaur/kisobran |
|
pipeline_tag: fill-mask |
|
language: |
|
- sr |
|
--- |
|
|
|
<h4><i class="highlight-container"><b class="highlight">Приправник-157</b></i> — |
|
Модерн БЕРТ модел за обраду текста на српском језку-ћирилици, пре свега у области законодавства.</h4> |
|
|
|
<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> |
|
|
|
|
|
|
|
<ul style="font-weight:bold"> |
|
<li>Векторизује речи, или допуњава недостајуће речи у тексту</li> |
|
<li>Модерн БЕРТ, обучаван од нуле на ћириличним текстовима на српском језику са фокусом на специјални корпус од 500 милиона речи из контекста права, законодавства и културе и историје Србије</li> |
|
<li>Поред скупова наведених у метаподацима, модел је обучаван и на грађи Правно-информационог система Србије коју је за потребе обучавања приредило ЈП Службени Гласник. |
|
</li> |
|
</ul> |
|
</div> |
|
|
|
|
|
## Употреба |
|
|
|
```python |
|
>>> from transformers import pipeline |
|
>>> unmasker = pipeline('fill-mask', model='procesaur/pripravnik157') |
|
>>> unmasker("Kada bi čovek znao gde će pasti on bi<mask>.") |
|
>>> |
|
``` |
|
|
|
<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">Аутор</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">Михаило Шкорић</div> |
|
<div> |
|
<a href="https://huggingface.co/procesaur"> |
|
<div style="text-align: center; font-size: 14px;">@procesaur</div> |
|
</a> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="inline-flex flex-col" style="line-height: 1.5;"> |
|
<div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">Рачунарски ресурси</div> |
|
<a href="https://www.ai.gov.rs/"> |
|
<div class="flex"> |
|
<div |
|
style="display:DISPLAY_1; margin-left: auto; margin-right: auto; width: 92px; height:92px; border-radius: 50%; |
|
background-size: contain; background-image: url(https://www.ai.gov.rs/img/logo_60x120-2.png);background-repeat: no-repeat; |
|
background-position: center;"> |
|
</div> |
|
</div> |
|
</a> |
|
<div style="text-align: center; font-size: 16px; font-weight: 800" title="nVidia DGX базиран систем">Национална АИ платформа</div> |
|
<div> |
|
<a href="https://www.ai.gov.rs/"> |
|
<div style="text-align: center; font-size: 14px;">ai.gov.rs</div> |
|
</a> |
|
</div> |
|
</div> |
|
</div> |
|
<br/><br/> |
|
|
|
|
|
<p>Истраживање jе спроведено уз подршку Фода за иновациону делатност Републике Србије у оквиру програма GOVTECH, решење #53096, ДигиТекс</p> |
|
<p>Рачунарске ресурсе за обучавање обезбедила је Национална платформа за вештачку интелигенцију Србије</p> |
|
<img src="cover.png" class="cover"> |
|
|
|
<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> |