Description Usage Arguments Examples
View source: R/wt_load_model.R
Loads one of the following models:
flair/ner-german-large
deepset/bert-base-german-cased-hatespeech-GermEval18Coarse
1 | wt_load_model(model_name)
|
model_name |
Character vector specifying the name of the model (without author) to be loaded. |
1 2 3 4 5 | ## Not run:
wt_load_model(model_name = "ner-german-large")
wt_load_model(model_name = "bert-base-german-cased-hatespeech-GermEval18Coarse")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.