Skip to content
Snippets Groups Projects
Commit 1d1cf159 authored by Franck Dary's avatar Franck Dary
Browse files

Increased pretrained embeddings size from 64 to 128

parent f885cb50
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ texts_lines:
pretrain:
for col in FORM UPOS LEMMA FEATS DEPREL LETTERS ; do \
./pretrainEmbeddings.sh $(TRAIN_FILES) $$col 64 $$col.w2v 2> pretrain_log.err || ( cat pretrain_log.err && exit 1 ) ; \
./pretrainEmbeddings.sh $(TRAIN_FILES) $$col 128 $$col.w2v 2> pretrain_log.err || ( cat pretrain_log.err && exit 1 ) ; \
done
$(FPLM_FILENAME): all_no_test.conllu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment