Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,149 @@ datasets:
|
|
4 |
- procesaur/Vikipedija
|
5 |
- procesaur/Vikizvornik
|
6 |
- procesaur/ZNANJE
|
|
|
7 |
language:
|
8 |
- sr
|
9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- procesaur/Vikipedija
|
5 |
- procesaur/Vikizvornik
|
6 |
- procesaur/ZNANJE
|
7 |
+
- jerteh/SrpELTeC
|
8 |
language:
|
9 |
- sr
|
10 |
+
---
|
11 |
+
|
12 |
+
<table style="width:100%;height:100%">
|
13 |
+
<!--tr style="width:100%;height:30px">
|
14 |
+
|
15 |
+
<td colspan=2 align=center>
|
16 |
+
|
17 |
+
</td>
|
18 |
+
<tr style="width:100%;height:100%">
|
19 |
+
<td width=50%>
|
20 |
+
<h2>Word2Vec</h2>
|
21 |
+
<p>обучаван над корпусом српског језика - 9.5 милијарди речи</p>
|
22 |
+
<p>међу датотекама се налазе два модела (CBOW и SkipGram варијанте)</p>
|
23 |
+
</td>
|
24 |
+
<td>
|
25 |
+
<h2>Word2Vec</h2>
|
26 |
+
<p>trained on the Serbian language corpus - 9.5 billion words</p>
|
27 |
+
<p>There are two models among the files (CBOW and SkipGram variants)</p>
|
28 |
+
</td>
|
29 |
+
</tr>
|
30 |
+
|
31 |
+
|
32 |
+
|
33 |
+
```python
|
34 |
+
from gensim.models import Word2Vec
|
35 |
+
model = Word2Vec.load("TeslaW2V")
|
36 |
+
```
|
37 |
+
|
38 |
+
|
39 |
+
|
40 |
+
|
41 |
+
|
42 |
+
<div class="inline-flex flex-col" style="line-height: 1.5;padding-right:50px">
|
43 |
+
<div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">Editor</div>
|
44 |
+
<a href="https://huggingface.co/procesaur">
|
45 |
+
<div class="flex">
|
46 |
+
<div
|
47 |
+
style="display:DISPLAY_1; margin-left: auto; margin-right: auto; width: 92px; height:92px; border-radius: 50%;
|
48 |
+
background-size: cover; background-image: url('https://cdn-uploads.huggingface.co/production/uploads/1673534533167-63bc254fb8c61b8aa496a39b.jpeg?w=200&h=200&f=face')">
|
49 |
+
</div>
|
50 |
+
</div>
|
51 |
+
</a>
|
52 |
+
<div style="text-align: center; font-size: 16px; font-weight: 800">Mihailo Škorić</div>
|
53 |
+
<div>
|
54 |
+
<a href="https://huggingface.co/procesaur">
|
55 |
+
<div style="text-align: center; font-size: 14px;">@procesaur</div>
|
56 |
+
</a>
|
57 |
+
</div>
|
58 |
+
</div>
|
59 |
+
</div>
|
60 |
+
|
61 |
+
<div id="zastava">
|
62 |
+
<div class="grb">
|
63 |
+
<img src="https://www.ai.gov.rs/img/logo_60x120-2.png" style="position:relative; left:30px; z-index:10; height:85px">
|
64 |
+
</div>
|
65 |
+
<table width=100% style="border:0px">
|
66 |
+
<tr style="background-color:#C6363C;width:100%;border:0px;height:30px"><td style="width:100vw"></td></tr>
|
67 |
+
<tr style="background-color:#0C4076;width:100%;border:0px;height:30px"><td></td></tr>
|
68 |
+
<tr style="background-color:#ffffff;width:100%;border:0px;height:30px"><td></td></tr>
|
69 |
+
</table>
|
70 |
+
</div>
|
71 |
+
|
72 |
+
<table style="width:100%;height:100%">
|
73 |
+
<tr style="width:100%;height:100%">
|
74 |
+
<td width=50%>
|
75 |
+
<p>Истраживање jе спроведено уз подршку Фонда за науку Републике Србиjе, #7276, Text Embeddings – Serbian Language Applications – TESLA
|
76 |
+
и Фода за иновациону делатност Републике Србије у оквиру програма GOVTECH, решење #53096, Дигитекс</p>
|
77 |
+
</td>
|
78 |
+
<td>
|
79 |
+
<p>This research was supported by the Science Fund of the Republic of Serbia, #7276, Text Embeddings - Serbian Language Applications - TESLA
|
80 |
+
and the Fund for Republic of Serbia Innovation Fund via the GOVTECH program, project #53096, Digiteks</p>
|
81 |
+
</td>
|
82 |
+
</tr>
|
83 |
+
</table>
|
84 |
+
|
85 |
+
|
86 |
+
|
87 |
+
<style>
|
88 |
+
.ffeat: {
|
89 |
+
color:red
|
90 |
+
}
|
91 |
+
|
92 |
+
.cover {
|
93 |
+
width: 100%;
|
94 |
+
margin-bottom: 5pt
|
95 |
+
}
|
96 |
+
|
97 |
+
.highlight-container, .highlight {
|
98 |
+
position: relative;
|
99 |
+
text-decoration:none
|
100 |
+
}
|
101 |
+
|
102 |
+
.highlight-container {
|
103 |
+
display: inline-block;
|
104 |
+
|
105 |
+
}
|
106 |
+
|
107 |
+
.highlight{
|
108 |
+
color:white;
|
109 |
+
text-transform:uppercase;
|
110 |
+
font-size: 16pt;
|
111 |
+
}
|
112 |
+
|
113 |
+
.highlight-container{
|
114 |
+
padding:5px 10px
|
115 |
+
}
|
116 |
+
|
117 |
+
.highlight-container:before {
|
118 |
+
content: " ";
|
119 |
+
display: block;
|
120 |
+
height: 100%;
|
121 |
+
width: 100%;
|
122 |
+
margin-left: 0px;
|
123 |
+
margin-right: 0px;
|
124 |
+
position: absolute;
|
125 |
+
background: #e80909;
|
126 |
+
transform: rotate(2deg);
|
127 |
+
top: -1px;
|
128 |
+
left: -1px;
|
129 |
+
border-radius: 20% 25% 20% 24%;
|
130 |
+
padding: 10px 18px 18px 10px;
|
131 |
+
}
|
132 |
+
|
133 |
+
div.grb, #zastava>table {
|
134 |
+
position:absolute;
|
135 |
+
top:0px;
|
136 |
+
left: 0px;
|
137 |
+
margin:0px
|
138 |
+
}
|
139 |
+
|
140 |
+
div.grb>img, #zastava>table{
|
141 |
+
margin:0px
|
142 |
+
}
|
143 |
+
|
144 |
+
#zastava {
|
145 |
+
position: relative;
|
146 |
+
margin-bottom:120px
|
147 |
+
}
|
148 |
+
|
149 |
+
p {
|
150 |
+
font-size:14pt
|
151 |
+
}
|
152 |
+
</style>
|