greevex / tgcontest

Telegram Data Clustering contest solution by Mindful Squirrel

Home Page:https://contest.com/docs/data_clustering2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TGNews

Build Status

Links

Demo

Install

Prerequisites: CMake, Boost

$ sudo apt-get install cmake libboost-all-dev build-essential libjsoncpp-dev uuid-dev protobuf-compiler libprotobuf-dev

For MacOS

$ brew install boost jsoncpp ossp-uuid protobuf

If you got zip archive, just go to building binary

To download code and models:

$ git clone https://github.com/IlyaGusev/tgcontest
$ cd tgcontest
$ git submodule update --init --recursive
$ bash download_models.sh
$ wget https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.5.0%2Bcpu.zip
$ unzip libtorch-cxx11-abi-shared-with-deps-1.5.0+cpu.zip

For MacOS use https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.5.0.zip

To build binary (in "tgcontest" dir):

$ mkdir build && cd build && Torch_DIR="../libtorch" cmake -DCMAKE_BUILD_TYPE=Release .. && make -j4

To download datasets:

$ bash download_data.sh

Run on sample:

./build/tgnews top data --ndocs 10000

Training

Models

Data

Markup

Misc

Contacts

About

Telegram Data Clustering contest solution by Mindful Squirrel

https://contest.com/docs/data_clustering2

License:Apache License 2.0


Languages

Language:HTML 35.7%Language:C++ 29.2%Language:Jupyter Notebook 24.1%Language:Python 7.4%Language:CMake 1.1%Language:Shell 1.0%Language:CSS 0.9%Language:JavaScript 0.6%