DocUA commited on
Commit
611ebab
·
1 Parent(s): c016742

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

Files changed (2) hide show
  1. kw_questions.json +0 -0
  2. 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": 131,
4
- "signatures_count": 131,
5
  "cache_stats": {
6
  "total_entries": 8746,
7
  "cache_size_mb": 51.91,
8
- "hits": 122,
9
- "misses": 1450,
10
- "hit_rate_percent": 7.76
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",