Skip to content

Commit

Permalink
[rust] Adds text classification models to Rust model zoo (#3444)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Aug 30, 2024
1 parent d9a45ff commit 50e2770
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ private void init() {
if (!initialized) {
Version version = new Version(Engine.getDjlVersion());
addModels(Application.NLP.TEXT_EMBEDDING, version);
addModels(Application.NLP.TEXT_CLASSIFICATION, version);
initialized = true;
}
}
Expand Down

0 comments on commit 50e2770

Please sign in to comment.