Update README.md
Browse files
README.md
CHANGED
@@ -10,11 +10,7 @@ language:
|
|
10 |
---
|
11 |
|
12 |
<table style="width:100%;height:100%">
|
13 |
-
|
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>
|
@@ -27,7 +23,7 @@ language:
|
|
27 |
<p>There are two models among the files (CBOW and SkipGram variants)</p>
|
28 |
</td>
|
29 |
</tr>
|
30 |
-
|
31 |
|
32 |
|
33 |
```python
|
|
|
10 |
---
|
11 |
|
12 |
<table style="width:100%;height:100%">
|
13 |
+
<tr>
|
|
|
|
|
|
|
|
|
14 |
<tr style="width:100%;height:100%">
|
15 |
<td width=50%>
|
16 |
<h2>Word2Vec</h2>
|
|
|
23 |
<p>There are two models among the files (CBOW and SkipGram variants)</p>
|
24 |
</td>
|
25 |
</tr>
|
26 |
+
</table>
|
27 |
|
28 |
|
29 |
```python
|