Can't update en_core_web_trf model #10379
Unanswered
DmitriiTrofimov
asked this question in
Help: Coding & Implementations
Replies: 1 comment 2 replies
-
I think I have too little data here to retrain parser. In any case, attempts to update the parser in this case give too inaccurate results. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
spacy == 3.2.1
en_core_web_trf == 3.2.0
I try to update en_core_web_trf model to adjust dependency parser.
I try to do it in this way
Then I get absolutely the same dependencies like without any adjusts. But it works with en_core_web_lg model. What do I do wrong?
Beta Was this translation helpful? Give feedback.
All reactions