Skip to content

Commit

Permalink
Renamed extended_med_3.yaml config file
Browse files Browse the repository at this point in the history
  • Loading branch information
djvlantis committed Oct 11, 2023
1 parent f97fb49 commit 6d4c769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions scripts/extended_emea_pipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ onmt_build_vocab -config config/model_en_c-s.yaml -overwrite True #Build vocab
#OpenSubtitles
touch $opensubtitles_folder/run/extended_emea_vocab.src; #create empty files where vocab will be stored
touch $opensubtitles_folder/run/extended_emea_vocab.tgt;
onmt_build_vocab -config config/extended_med_3.yaml -overwrite True #build vocab
onmt_build_vocab -config config/model_en-nl_emea+medsubset_bert.yaml -overwrite True #build vocab

#Train Models
#onmt_train -config config/model_nl-en_emea_medsubset_bert.yaml #-src_vocab $emea_folder/run/.vocab.src -tgt_vocab $emea_folder/run/.vocab.tgt #Train Emea model
#onmt_train -config config/model_en_c-s.yaml #-src_vocab $wikisimple_folder/run/.vocab.src -tgt_vocab $wikisimple_folder/run/.vocab.tgt #Train WikiSimple model
onmt_train -config config/extended_med_3.yaml #-src_vocab NMT-Data/Model_English_S_Dutch_S/run/.vocab.src -tgt_vocab NMT-Data/Model_English_S_Dutch_S/run/.vocab.tgt #train OpenSubtitles Model
onmt_train -config config/model_en-nl_emea+medsubset_bert.yaml #-src_vocab NMT-Data/Model_English_S_Dutch_S/run/.vocab.src -tgt_vocab NMT-Data/Model_English_S_Dutch_S/run/.vocab.tgt #train OpenSubtitles Model

#Run input data through pipeline
#model 1
Expand Down

0 comments on commit 6d4c769

Please sign in to comment.