We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94be32 commit ebddcf3Copy full SHA for ebddcf3
scripts/supported_models.py
@@ -162,7 +162,7 @@
162
# Token classification
163
'token-classification': [
164
'Jean-Baptiste/camembert-ner',
165
- 'Jean-Baptiste/camembert-ner-with-dates',
+ # 'Jean-Baptiste/camembert-ner-with-dates',
166
'pythainlp/thainer-corpus-v2-base-model',
167
'gilf/french-camembert-postag-model',
168
],
@@ -873,7 +873,7 @@
873
'trocr': { # NOTE: also a `vision-encoder-decoder`
874
# Text-to-image
875
'text-to-image': [
876
- 'microsoft/trocr-small-printed',
+ # 'microsoft/trocr-small-printed',
877
'microsoft/trocr-base-printed',
878
'microsoft/trocr-small-handwritten',
879
'microsoft/trocr-base-handwritten',
0 commit comments