Japanese model ja_core_news_lg training config #8664
xwd
started this conversation in
Language Support
Replies: 1 comment
-
The config is always included with the trained model, so it's part of the Or you can load the model and print the config: nlp = spacy.load("ja_core_news_lg")
print(nlp.config.to_str()) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi spaCyers,
just wondering if the training config used for training the default ja model ja_core_news_lg is available for reference anywhere? I’m using the default config to train the ja NER model from scratch using the same JP-UD data, somehow, I’m only getting very low F1 scores (<30%). Any pointer to the training config would be much appreciated — just trying to pin down where the issues are.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions