From 8e326fc3c926c873a145bbb593ce1c3fbec23362 Mon Sep 17 00:00:00 2001 From: Hunter Date: Tue, 1 Jul 2025 12:51:31 -0400 Subject: [PATCH] update manifest file? --- hey_fillis.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hey_fillis.json b/hey_fillis.json index bb2defe..446528b 100644 --- a/hey_fillis.json +++ b/hey_fillis.json @@ -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 } }