Instructions to use aixplain/NoRefER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aixplain/NoRefER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="aixplain/NoRefER", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("aixplain/NoRefER", trust_remote_code=True) model = AutoModel.from_pretrained("aixplain/NoRefER", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -53,7 +53,7 @@ This work presents a novel multi-language referenceless quality metric for autom
|
|
| 53 |
|
| 54 |
## Publications
|
| 55 |
|
| 56 |
-
[[Paper](https://doi.org/10.1109/ICASSPW59220.2023.10193003)]
|
| 57 |
```
|
| 58 |
@inproceedings{yuksel23_icassp,
|
| 59 |
author = {Kamer Ali Yuksel and Thiago Castro Ferreira and Ahmet Gunduz and Mohamed Al-Badrashiny and Golara Javadi},
|
|
@@ -67,7 +67,7 @@ This work presents a novel multi-language referenceless quality metric for autom
|
|
| 67 |
}
|
| 68 |
|
| 69 |
```
|
| 70 |
-
[[Paper](https://www.isca-speech.org/archive/pdfs/interspeech_2023/yuksel23_interspeech.pdf)]
|
| 71 |
```
|
| 72 |
@inproceedings{yuksel23_interspeech,
|
| 73 |
author={Kamer Ali Yuksel and Thiago Castro Ferreira and Golara Javadi and Mohamed Al-Badrashiny and Ahmet Gunduz},
|
|
|
|
| 53 |
|
| 54 |
## Publications
|
| 55 |
|
| 56 |
+
[[ICASSP Paper](https://doi.org/10.1109/ICASSPW59220.2023.10193003)]
|
| 57 |
```
|
| 58 |
@inproceedings{yuksel23_icassp,
|
| 59 |
author = {Kamer Ali Yuksel and Thiago Castro Ferreira and Ahmet Gunduz and Mohamed Al-Badrashiny and Golara Javadi},
|
|
|
|
| 67 |
}
|
| 68 |
|
| 69 |
```
|
| 70 |
+
[[INTERSPEECH Paper](https://www.isca-speech.org/archive/pdfs/interspeech_2023/yuksel23_interspeech.pdf)]
|
| 71 |
```
|
| 72 |
@inproceedings{yuksel23_interspeech,
|
| 73 |
author={Kamer Ali Yuksel and Thiago Castro Ferreira and Golara Javadi and Mohamed Al-Badrashiny and Ahmet Gunduz},
|