Spaces:
Runtime error
Runtime error
Reset model_info.json statistics
Browse files- Clear classes and signatures count to zero
- Reset cache hit statistics
- Prepare for fresh model initialization and tracking
- kw_questions.json +0 -0
- model_info.json +5 -5
kw_questions.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model_info.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
"using_local": true,
|
3 |
-
"classes_count":
|
4 |
-
"signatures_count":
|
5 |
"cache_stats": {
|
6 |
"total_entries": 8746,
|
7 |
"cache_size_mb": 51.91,
|
8 |
-
"hits":
|
9 |
-
"misses":
|
10 |
-
"hit_rate_percent":
|
11 |
},
|
12 |
"local_model": {
|
13 |
"model_name": "cambridgeltl/SapBERT-from-PubMedBERT-fulltext",
|
|
|
1 |
{
|
2 |
"using_local": true,
|
3 |
+
"classes_count": 0,
|
4 |
+
"signatures_count": 0,
|
5 |
"cache_stats": {
|
6 |
"total_entries": 8746,
|
7 |
"cache_size_mb": 51.91,
|
8 |
+
"hits": 0,
|
9 |
+
"misses": 0,
|
10 |
+
"hit_rate_percent": 0
|
11 |
},
|
12 |
"local_model": {
|
13 |
"model_name": "cambridgeltl/SapBERT-from-PubMedBERT-fulltext",
|