Feature Extraction
Transformers
Safetensors
English
meralion_bestrq
speech
best-rq
meralion
custom_code
Instructions to use MERaLiON/MERaLiON-SpeechEncoder-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MERaLiON/MERaLiON-SpeechEncoder-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="MERaLiON/MERaLiON-SpeechEncoder-v1", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MERaLiON/MERaLiON-SpeechEncoder-v1", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ extra_gated_fields:
|
|
| 17 |
- Other
|
| 18 |
I consent to being contacted by the MERaLiON team for feedback or follow-up regarding my experience using the model: checkbox
|
| 19 |
extra_gated_description: >-
|
| 20 |
-
By downloading this model, you acknowledge that you have read and agree to be bound by the Terms and Conditions set out in this document [MERaLiON Public License](https://huggingface.co/
|
| 21 |
The information you provide will be collected, stored, processed, and shared in accordance with the [A*STAR Privacy Policy](https://www.a-star.edu.sg/privacy-statement).
|
| 22 |
extra_gated_button_content: Submit
|
| 23 |
tags:
|
|
|
|
| 17 |
- Other
|
| 18 |
I consent to being contacted by the MERaLiON team for feedback or follow-up regarding my experience using the model: checkbox
|
| 19 |
extra_gated_description: >-
|
| 20 |
+
By downloading this model, you acknowledge that you have read and agree to be bound by the Terms and Conditions set out in this document [MERaLiON Public License](https://huggingface.co/MERaLiON/MERaLiON-AudioLLM-Whisper-SEA-LION/blob/main/MERaLiON-Public-Licence-v1.pdf).
|
| 21 |
The information you provide will be collected, stored, processed, and shared in accordance with the [A*STAR Privacy Policy](https://www.a-star.edu.sg/privacy-statement).
|
| 22 |
extra_gated_button_content: Submit
|
| 23 |
tags:
|