serjtroshin / skip-gram-pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pw2v

This repository contains code for training your own skip-gram model

Download data and building vocab

bash build_vocab.sh

Training

python pw2v/trainer.py

The model will be tested on a bunch of similarty benchmarks: MEN, SImLex-999, wordsim353.

About


Languages

Language:Python 98.9%Language:Shell 1.1%