mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-27 08:29:51 +03:00
revert back to v2 to allow hot fix on main
This commit is contained in:
parent
77057ef220
commit
65fd24e597
|
@ -180,7 +180,7 @@ nlp.add_pipe(
|
||||||
"llm",
|
"llm",
|
||||||
config={
|
config={
|
||||||
"task": {
|
"task": {
|
||||||
"@llm_tasks": "spacy.NER.v3",
|
"@llm_tasks": "spacy.NER.v2",
|
||||||
"labels": ["PERSON", "ORGANISATION", "LOCATION"]
|
"labels": ["PERSON", "ORGANISATION", "LOCATION"]
|
||||||
},
|
},
|
||||||
"model": {
|
"model": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user