From 67506c13476a3953ab19076d16427edab9b859f0 Mon Sep 17 00:00:00 2001 From: Maxence Guindon Date: Wed, 24 Apr 2024 19:29:49 +0000 Subject: [PATCH] fixes #78: whitespace correction --- docs/nachet-inference-documentation.md | 40 +++++++++++++------------- docs/nachet-model-documentation.md | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/nachet-inference-documentation.md b/docs/nachet-inference-documentation.md index bbec2ec..e5c7df9 100644 --- a/docs/nachet-inference-documentation.md +++ b/docs/nachet-inference-documentation.md @@ -204,26 +204,26 @@ returns a `topN` key with 5 results: ```json "topN": [ -   { -     "label": "seed_name", -     "score": 0.75 -   } -   { -     "label": "seed_name", -     "score": 0.18 -   } -   { -     "label": "seed_name", -     "score": 0.05 -   } -   { -     "label": "seed_name", -     "score": 0.019 -   } -   { -     "label": "seed_name", -     "score": 0.001 -   } + { + "label": "seed_name", + "score": 0.75 + } + { + "label": "seed_name", + "score": 0.18 + } + { + "label": "seed_name", + "score": 0.05 + } + { + "label": "seed_name", + "score": 0.019 + } + { + "label": "seed_name", + "score": 0.001 + } ] ``` diff --git a/docs/nachet-model-documentation.md b/docs/nachet-model-documentation.md index 3b03638..7474a25 100644 --- a/docs/nachet-model-documentation.md +++ b/docs/nachet-model-documentation.md @@ -98,7 +98,7 @@ You can look at the mapping here: [model init file](../model/__init__.py) "name": "model_name_02", "version": "1" } -  ] + ] } ```