lvwerra HF staff commited on
Commit
fb7d3a2
1 Parent(s): 6ba38bc

Update Space (evaluate main: 6239112b)

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -1
  2. test_cer.py +1 -1
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- git+https://github.com/huggingface/evaluate@e78e709344d8485992f3e5bea6dff453d464aa7e
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 test_cer_case_senstive(self):
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