Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ language:
|
|
7 |
- pt
|
8 |
- de
|
9 |
---
|
10 |
-
# Model Card for
|
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/
|
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
|