Skip to content

Commit

Permalink
fixes #78: whitespace correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxence Guindon committed Apr 24, 2024
1 parent 8da0489 commit 485276a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions docs/nachet-inference-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
```

Expand Down
2 changes: 1 addition & 1 deletion docs/nachet-model-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ You can look at the mapping here: [model init file](../model/__init__.py)
"name": "model_name_02",
"version": "1"
}
  ]
  ]
}
```

Expand Down

0 comments on commit 485276a

Please sign in to comment.