sohom004 commited on
Commit
3ce4f6c
·
verified ·
1 Parent(s): a78f025

Update coreference_resolution.py

Browse files
Files changed (1) hide show
  1. coreference_resolution.py +1 -1
coreference_resolution.py CHANGED
@@ -9,7 +9,7 @@ class CoreferenceResolver:
9
  Coreference resolution with confidence scoring and LLM fallback
10
  """
11
 
12
- def __init__(self, confidence_threshold=25.0, min_confidence_threshold=20.0, use_gpu=False, enable_validation=True):
13
  """
14
  Initialize coreference resolver
15
 
 
9
  Coreference resolution with confidence scoring and LLM fallback
10
  """
11
 
12
+ def __init__(self, confidence_threshold=18.0, min_confidence_threshold=6.0, use_gpu=False, enable_validation=True):
13
  """
14
  Initialize coreference resolver
15