Skip to content

Commit

Permalink
configs
Browse files Browse the repository at this point in the history
  • Loading branch information
RodionfromHSE committed Nov 19, 2023
1 parent 7a922f3 commit 5425ab9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/model/fasttext_en.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
path: ${root}/models/embs/cc.en.100.bin
type: fasttext
2 changes: 2 additions & 0 deletions conf/model/fasttext_ru.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
path: ${root}/models/embs/cc.ru.100.bin
type: fasttext
1 change: 1 addition & 0 deletions conf/model/random_attention_extractor.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
type: "random"
8 changes: 8 additions & 0 deletions conf/setup/prod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @package _global_

defaults:
- /model@dest_synonym_searcher: fasttext_ru
- /model@src_synonym_searcher: fasttext_en
- /model@translator: opus_distilled_en_ru
- /model@attention_extractor: random_attention_extractor
- override /params: finetune

0 comments on commit 5425ab9

Please sign in to comment.