From 75ec4373e990d08c2262858546868716775873f9 Mon Sep 17 00:00:00 2001 From: lopez Date: Sun, 28 Jan 2024 20:58:05 +0100 Subject: [PATCH] fix indentation --- grobid-home/config/grobid.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/grobid-home/config/grobid.yaml b/grobid-home/config/grobid.yaml index 5b006fccba..36647abf81 100644 --- a/grobid-home/config/grobid.yaml +++ b/grobid-home/config/grobid.yaml @@ -261,22 +261,22 @@ grobid: batch_size: 40 - name: "copyright" - # at this time, must always be DeLFT, not other implementation - engine: "delft" - delft: - # deep learning parameters - architecture: "gru" - #architecture: "bert" - #transformer: "allenai/scibert_scivocab_cased" + # at this time, must always be DeLFT, not other implementation + engine: "delft" + delft: + # deep learning parameters + architecture: "gru" + #architecture: "bert" + #transformer: "allenai/scibert_scivocab_cased" - name: "license" - # at this time, must always be DeLFT, not other implementation - engine: "delft" - delft: - # deep learning parameters - architecture: "gru" - #architecture: "bert" - #transformer: "allenai/scibert_scivocab_cased" + # at this time, must always be DeLFT, not other implementation + engine: "delft" + delft: + # deep learning parameters + architecture: "gru" + #architecture: "bert" + #transformer: "allenai/scibert_scivocab_cased" # for **service only**: how to load the models, # false -> models are loaded when needed, avoiding putting in memory useless models (only in case of CRF) but slow down