summaryrefslogtreecommitdiff
path: root/training/conf/mapping/word_piece.yaml
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-07-30 23:15:03 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-07-30 23:15:03 +0200
commit7268035fb9e57342612a8cc50a1fe04e8841ca2f (patch)
tree8d4cf3743975bd25f2c04d6a56ff3d4608a7e8d9 /training/conf/mapping/word_piece.yaml
parent92fc1c7ed2f9f64552be8f71d9b8ab0d5a0a88d4 (diff)
attr bug fix, properly loading network
Diffstat (limited to 'training/conf/mapping/word_piece.yaml')
-rw-r--r--training/conf/mapping/word_piece.yaml9
1 files changed, 0 insertions, 9 deletions
diff --git a/training/conf/mapping/word_piece.yaml b/training/conf/mapping/word_piece.yaml
deleted file mode 100644
index 39e2ba4..0000000
--- a/training/conf/mapping/word_piece.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-_target_: text_recognizer.data.mappings.WordPieceMapping
-num_features: 1000
-tokens: iamdb_1kwp_tokens_1000.txt
-lexicon: iamdb_1kwp_lex_1000.txt
-data_dir: null
-use_words: false
-prepend_wordsep: false
-special_tokens: ["<s>", "<e>", "<p>"]
-extra_symbols: ["\n"]