neues ml modell
This commit is contained in:
parent
21ae74d6d2
commit
35afe6fc9a
4 changed files with 227444 additions and 4459 deletions
|
|
@ -35,7 +35,7 @@ use_upper = true
|
||||||
nO = null
|
nO = null
|
||||||
|
|
||||||
[components.ner.model.tok2vec]
|
[components.ner.model.tok2vec]
|
||||||
@architectures = "spacy.HashEmbedCNN.v1"
|
@architectures = "spacy.HashEmbedCNN.v2"
|
||||||
pretrained_vectors = null
|
pretrained_vectors = null
|
||||||
width = 96
|
width = 96
|
||||||
depth = 4
|
depth = 4
|
||||||
|
|
|
||||||
|
|
@ -2,13 +2,13 @@
|
||||||
"lang":"de",
|
"lang":"de",
|
||||||
"name":"pipeline",
|
"name":"pipeline",
|
||||||
"version":"0.0.0",
|
"version":"0.0.0",
|
||||||
"spacy_version":">=3.0.1,<3.1.0",
|
"spacy_version":">=3.0.6,<3.1.0",
|
||||||
"description":"",
|
"description":"",
|
||||||
"author":"",
|
"author":"",
|
||||||
"email":"",
|
"email":"",
|
||||||
"url":"",
|
"url":"",
|
||||||
"license":"",
|
"license":"",
|
||||||
"spacy_git_version":"91a3cab1c",
|
"spacy_git_version":"df3444421",
|
||||||
"vectors":{
|
"vectors":{
|
||||||
"width":0,
|
"width":0,
|
||||||
"vectors":0,
|
"vectors":0,
|
||||||
|
|
|
||||||
Binary file not shown.
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue