Skip to content

Commit

Permalink
Merge branch '75-train-danish-model-to-find-literals' of github.com:K…
Browse files Browse the repository at this point in the history
…nox-AAU/PreProcessingLayer_EntityRecognitionAndLinking into 75-train-danish-model-to-find-literals
  • Loading branch information
FredTheNoob committed Nov 29, 2023
2 parents fb0bd30 + 7bab625 commit 950f9e8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions training/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,4 @@
f"Training finished in {int(minutes)} minutes and {int(seconds)} seconds!"
)

with nlp.disable_pipes(
*other_pipes
): # temporarily disable other pipelines during evaluation
for text, annotations in gold_standard:
doc = nlp(text)

nlp.to_disk("trainedmodel/updated_da_model")

0 comments on commit 950f9e8

Please sign in to comment.