Skip to content

Commit ebddcf3

Browse files
committed
deprecate unused tokenizer functionality
1 parent c94be32 commit ebddcf3

File tree

2 files changed

+238
-237
lines changed

2 files changed

+238
-237
lines changed

scripts/supported_models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
# Token classification
163163
'token-classification': [
164164
'Jean-Baptiste/camembert-ner',
165-
'Jean-Baptiste/camembert-ner-with-dates',
165+
# 'Jean-Baptiste/camembert-ner-with-dates',
166166
'pythainlp/thainer-corpus-v2-base-model',
167167
'gilf/french-camembert-postag-model',
168168
],
@@ -873,7 +873,7 @@
873873
'trocr': { # NOTE: also a `vision-encoder-decoder`
874874
# Text-to-image
875875
'text-to-image': [
876-
'microsoft/trocr-small-printed',
876+
# 'microsoft/trocr-small-printed',
877877
'microsoft/trocr-base-printed',
878878
'microsoft/trocr-small-handwritten',
879879
'microsoft/trocr-base-handwritten',

0 commit comments

Comments
 (0)