Commit Graph

14 Commits

Author SHA1 Message Date
Graeme Nail
4d44627f26
PyYaml safe_load instead of load (#913)
* pyyaml safe_load instead of load
* Update CHANGELOG
2022-02-10 11:20:27 +00:00
Kenneth Heafield
3c0c1e133b
python3 shebang from #620 (#621)
* python3 shebang from #620
* Add changelog entry for python3 change
2020-04-16 11:15:42 +01:00
Roman Grundkiewicz
533604024b
Update script exporting embeddings to support tied embeddings (#569) 2020-01-29 13:19:21 -08:00
Frank Seide
356f804293 minor bug fixes, to get last few changes to pass tests 2019-05-15 11:43:20 -07:00
Marcin Junczys-Dowmunt
1f78f38400 prepare_corpus 2017-07-04 14:07:46 +02:00
Roman Grundkiewicz
32f604a67f Add --dim-voc option to process_word2vec.py 2017-07-04 12:43:31 +01:00
Roman Grundkiewicz
73c84ac17d Fix loading YAML vocab 2017-07-04 09:37:33 +01:00
Jim Geovedi
622141e60b handle different model type embeddings 2017-07-04 07:24:53 +07:00
Jim Geovedi
c9dffee841 added embedding exporter from model 2017-07-04 06:57:54 +07:00
Roman Grundkiewicz
52dab8ec3a Update and rename word2vec script 2017-07-03 18:18:17 +01:00
Roman Grundkiewicz
3fa084f90a Fix corpus in word2vec script 2017-07-02 07:56:38 +01:00
Roman Grundkiewicz
a6ffafbf0d Add loading embedding vectors from files 2017-06-30 16:51:31 +01:00
Roman Grundkiewicz
54632eac03 Replace words with IDs in embedding vectors 2017-06-30 14:59:37 +01:00
Roman Grundkiewicz
3173a56422 Add script to train word2vec embeddings 2017-06-30 13:47:30 +01:00