Skip to content

Commit 53ecc43

Browse files
committed
refine a bit
1 parent 0ef66aa commit 53ecc43

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@
2121
</a>
2222
</div>
2323

24-
A high-level interface developed by [Machine Intelligence Laboratory](https://mipt.ai/en) for [BigARTM](https://github.com/bigartm/bigartm) library.
25-
24+
<div align="center">
25+
A high-level interface developed by <a href="https://mipt.ai/en">Machine Intelligence Laboratory</a> for <a href="https://github.com/bigartm/bigartm">BigARTM</a> library.
26+
</div>
2627

27-
## What is TopicNet?
2828

29+
## What is TopicNet
2930

3031
`TopicNet` library was created to assist in the task of building topic models.
3132
It aims at automating model training routine freeing more time for artistic process of constructing a target functional for the task at hand.
@@ -92,9 +93,10 @@ docker run -t -i xtonev/bigartm:v0.10.0
9293
Checking if all installed successfully:
9394

9495
```bash
95-
python3
96-
import artm
97-
artm.version()
96+
python
97+
98+
>>> import artm
99+
>>> artm.version()
98100
```
99101

100102
Alternatively, you can follow [BigARTM installation manual](https://bigartm.readthedocs.io/en/stable/installation/index.html).
@@ -233,11 +235,11 @@ HTML(html_view)
233235

234236
# FAQ
235237

236-
## In the example we used to write vw modality like **@modality**, is it a VowpallWabbit format?
238+
#### In the example we used to write vw modality like **@modality**, is it a VowpallWabbit format?
237239

238240
It is a convention to write data designating modalities with @ sign taken by TopicNet from BigARTM.
239241

240-
## CubeCreator helps to perform a grid search over initial model parameters. How can I do it with modalities?
242+
#### CubeCreator helps to perform a grid search over initial model parameters. How can I do it with modalities?
241243

242244
Modality search space can be defined using standart library logic like:
243245

0 commit comments

Comments
 (0)