update manifest file?

This commit is contained in:
Hunter 2025-07-01 12:51:31 -04:00
parent f84cb3fd97
commit 8e326fc3c9
1 changed files with 6 additions and 2 deletions

View File

@ -4,9 +4,13 @@
"author": "Hunter Halloran",
"website": "https:/factory.uga.edu/",
"model": "hey_fillis.tflite",
"version": 1,
"version": 2,
"trained_languages": [
"en"
],
"micro": {
"probability_cutoff": 0.76,
"sliding_window_average_size": 10
"sliding_window_average_size": 10,
"tensor_arena_size": 65536
}
}