Sampling SVD singular vectors for Distributional Semantics Models
Project description
entropix
Generate count-based Distributional Semantic Models by sampling SVD singular vectors instead of using top components.
Install
pip install entropix
or, after a git clone:
python3 setup.py install
Use
Sequential mode
entropix sample \
--model /abs/path/to/dense/numpy/model.npy \
--vocab /abs/path/to/corresponding/model.vocab \
--dataset dataset_to_optimize_on \ # men, simlex or simverb
--shuffle \
--mode seq \
--kfold-size .2 \ # size of kfold, between 0 and .5
--metric pearson \ # spr(spearman), pearson, rmse or both (spr+rmse)
--num-threads 5
Limit mode
entropix sample \
--model /abs/path/to/dense/numpy/model.npy \
--vocab /abs/path/to/corresponding/model.vocab \
--dataset dataset_to_optimize_on \ # men, simlex or simverb
--mode limit \
--metric pearson \
--limit 10 # number of dimensions to sample
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
entropix-1.1.7.tar.gz
(7.9 kB
view details)
File details
Details for the file entropix-1.1.7.tar.gz
.
File metadata
- Download URL: entropix-1.1.7.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3df38088c23fce62127f2b611d9e2d070c6b723437838fe84d26206eab7a527 |
|
MD5 | a27bccbf1f17655faac814ff9347fb7b |
|
BLAKE2b-256 | d9014e0b97edfcdb28afc5374677874b9c8f59686537ab5345d9476d6a767b84 |