matrix-spam-ml

git clone git://archive.git.mtrnord.blog/MTRNord/matrix-spam-ml.git
Log | Files | Refs | Submodules | README | LICENSE

commit a6bfcc4f3fcba60a559a19c22e0e7ffcf4bf7a49
parent 8688eb71f48f22554fe2c880adf340cc24e8aee5
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Thu, 29 Sep 2022 11:19:03 +0200

Fix comment

Diffstat:
MREADME.md | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -41,7 +41,7 @@ It will return a JSON response with the following format: ```json5 { "input_data": "This is a message to be classified", - "score": 1.1349515e-24, # Note that this is a float + "score": 1.1349515e-24, // Note that this is a float } ``` @@ -49,4 +49,4 @@ You do not have to strip urls like in the training data. However it might yield ## Support -For support you can join [#matrix-spam-ml:midnightthoughts.space](https://matrix.to/#/#matrix-spam-ml:midnightthoughts.space) on Matrix. -\ No newline at end of file +For support you can join [#matrix-spam-ml:midnightthoughts.space](https://matrix.to/#/#matrix-spam-ml:midnightthoughts.space) on Matrix.