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" } -  ] + ] } ```