kyuksel commited on
Commit
2937c85
1 Parent(s): d63e61f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -7,7 +7,7 @@ language:
7
  - pt
8
  - de
9
  ---
10
- # Model Card for NoRef-ER
11
 
12
  Referenceless Error Metric for Automatic Speech Recognition
13
  via Contrastive Fine-Tuning of mMiniLMv2 without References
@@ -26,7 +26,7 @@ def preprocess(text: str):
26
  text = re.sub(r'[^\w\s]', '', text)
27
  return text
28
 
29
- tokenizer = AutoTokenizer.from_pretrained("aixplain/NoRef-ER")
30
  model = AutoModel.from_pretrained("aixplain/NoRef-ER", trust_remote_code=True)
31
 
32
  # preprocess
 
7
  - pt
8
  - de
9
  ---
10
+ # Model Card for NoRefER
11
 
12
  Referenceless Error Metric for Automatic Speech Recognition
13
  via Contrastive Fine-Tuning of mMiniLMv2 without References
 
26
  text = re.sub(r'[^\w\s]', '', text)
27
  return text
28
 
29
+ tokenizer = AutoTokenizer.from_pretrained("aixplain/NoRefER")
30
  model = AutoModel.from_pretrained("aixplain/NoRef-ER", trust_remote_code=True)
31
 
32
  # preprocess