Niklas Hoepner
commited on
Commit
·
32d4708
1
Parent(s):
f5d9a70
Update gradio app
Browse files- L3Score.py +1 -0
L3Score.py
CHANGED
@@ -138,6 +138,7 @@ class L3Score(evaluate.Metric):
|
|
138 |
):
|
139 |
"""Returns the scores"""
|
140 |
|
|
|
141 |
# Check whether llm can be initialized
|
142 |
self._verify_input(provider, model, api_key)
|
143 |
|
|
|
138 |
):
|
139 |
"""Returns the scores"""
|
140 |
|
141 |
+
print("Inside compute")
|
142 |
# Check whether llm can be initialized
|
143 |
self._verify_input(provider, model, api_key)
|
144 |
|