generated new invoice model based on spacy 3.1
This commit is contained in:
parent
41bb28ba92
commit
a4961d4cce
7 changed files with 392999 additions and 1934 deletions
|
|
@ -22,6 +22,7 @@ tokenizer = {"@tokenizers":"spacy.Tokenizer.v1"}
|
|||
|
||||
[components.ner]
|
||||
factory = "ner"
|
||||
incorrect_spans_key = null
|
||||
moves = null
|
||||
update_with_oracle_cut_size = 100
|
||||
|
||||
|
|
@ -72,6 +73,7 @@ max_epochs = 0
|
|||
max_steps = 20000
|
||||
eval_frequency = 200
|
||||
frozen_components = []
|
||||
annotating_components = []
|
||||
dev_corpus = "corpora.dev"
|
||||
train_corpus = "corpora.train"
|
||||
before_to_disk = null
|
||||
|
|
@ -105,10 +107,10 @@ eps = 0.00000001
|
|||
learn_rate = 0.001
|
||||
|
||||
[training.score_weights]
|
||||
ents_per_type = null
|
||||
ents_f = 1.0
|
||||
ents_p = 0.0
|
||||
ents_r = 0.0
|
||||
ents_per_type = null
|
||||
|
||||
[pretraining]
|
||||
|
||||
|
|
|
|||
|
|
@ -2,13 +2,13 @@
|
|||
"lang":"de",
|
||||
"name":"pipeline",
|
||||
"version":"0.0.0",
|
||||
"spacy_version":">=3.0.6,<3.1.0",
|
||||
"spacy_version":">=3.1.1,<3.2.0",
|
||||
"description":"",
|
||||
"author":"",
|
||||
"email":"",
|
||||
"url":"",
|
||||
"license":"",
|
||||
"spacy_git_version":"df3444421",
|
||||
"spacy_git_version":"ffaead8fe",
|
||||
"vectors":{
|
||||
"width":0,
|
||||
"vectors":0,
|
||||
|
|
@ -33,5 +33,8 @@
|
|||
],
|
||||
"disabled":[
|
||||
|
||||
]
|
||||
],
|
||||
"_sourced_vectors_hashes":{
|
||||
|
||||
}
|
||||
}
|
||||
|
|
@ -8,5 +8,6 @@
|
|||
"learn_tokens":false,
|
||||
"beam_width":1,
|
||||
"beam_density":0.0,
|
||||
"beam_update_prob":0.0
|
||||
"beam_update_prob":0.0,
|
||||
"incorrect_spans_key":null
|
||||
}
|
||||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
<EFBFBD>¥movesÚÄ{"0":{},"1":{"cdtr.name":-1,"cdtr.iban":-2,"cdtr.bic":-3,"invoice.total":-4,"invoice.number":-5,"invoice.date":-6},"2":{"cdtr.name":-1,"cdtr.iban":-2,"cdtr.bic":-3,"invoice.total":-4,"invoice.number":-5,"invoice.date":-6},"3":{"cdtr.name":-1,"cdtr.iban":-2,"cdtr.bic":-3,"invoice.total":-4,"invoice.number":-5,"invoice.date":-6},"4":{"":1,"cdtr.name":-1,"cdtr.iban":-2,"cdtr.bic":-3,"invoice.total":-4,"invoice.number":-5,"invoice.date":-6},"5":{"":1}}
|
||||
‚¥movesÚÄ{"0":{},"1":{"cdtr.name":-1,"cdtr.bic":-2,"invoice.total":-3,"invoice.date":-4,"invoice.number":-5,"cdtr.iban":-6},"2":{"cdtr.name":-1,"cdtr.bic":-2,"invoice.total":-3,"invoice.date":-4,"invoice.number":-5,"cdtr.iban":-6},"3":{"cdtr.name":-1,"cdtr.bic":-2,"invoice.total":-3,"invoice.date":-4,"invoice.number":-5,"cdtr.iban":-6},"4":{"":1,"cdtr.name":-1,"cdtr.bic":-2,"invoice.total":-3,"invoice.date":-4,"invoice.number":-5,"cdtr.iban":-6},"5":{"":1}}£cfg<66>§neg_keyÀ
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue