Spaces:
Running
Running
Update Space (evaluate main: 6239112b)
Browse files- requirements.txt +1 -1
- test_cer.py +1 -1
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
git+https://github.com/huggingface/evaluate@
|
2 |
jiwer
|
|
|
1 |
+
git+https://github.com/huggingface/evaluate@6239112b1e7d207b8fefa6dd71eaf88820107ce1
|
2 |
jiwer
|
test_cer.py
CHANGED
@@ -20,7 +20,7 @@ cer = CER()
|
|
20 |
|
21 |
|
22 |
class TestCER(unittest.TestCase):
|
23 |
-
def
|
24 |
refs = ["White House"]
|
25 |
preds = ["white house"]
|
26 |
# S = 2, D = 0, I = 0, N = 11, CER = 2 / 11
|
|
|
20 |
|
21 |
|
22 |
class TestCER(unittest.TestCase):
|
23 |
+
def test_cer_case_sensitive(self):
|
24 |
refs = ["White House"]
|
25 |
preds = ["white house"]
|
26 |
# S = 2, D = 0, I = 0, N = 11, CER = 2 / 11
|