Yingxu He
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -386,7 +386,7 @@ as evidenced by evaluation results on Singapore's [Multitask National Speech Cor
|
|
386 |
Here we provide a code snippet illustrating the process of loading both the processor and model, alongside detailed instructions on executing the MERaLiON-AudioLLM model for content generation.
|
387 |
|
388 |
> [!WARNING]
|
389 |
-
> This model
|
390 |
|
391 |
### Inference
|
392 |
|
@@ -535,9 +535,9 @@ for o in outputs:
|
|
535 |
print(generated_text)
|
536 |
```
|
537 |
|
538 |
-
##
|
539 |
|
540 |
-
The current MERaLiON-AudioLLM has not been aligned for safety. Developers and users
|
541 |
|
542 |
This research is supported by the National Research Foundation, Singapore, and Infocomm Media Development Authority, Singapore under its National Large Language Models Funding Initiative. Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not reflect the views of National Research Foundation, Singapore and Infocomm Media Development Authority, Singapore.
|
543 |
|
|
|
386 |
Here we provide a code snippet illustrating the process of loading both the processor and model, alongside detailed instructions on executing the MERaLiON-AudioLLM model for content generation.
|
387 |
|
388 |
> [!WARNING]
|
389 |
+
> **Out of Scope use**: This model is not intended for use in tool calling, math, and coding tasks.
|
390 |
|
391 |
### Inference
|
392 |
|
|
|
535 |
print(generated_text)
|
536 |
```
|
537 |
|
538 |
+
## Disclaimer
|
539 |
|
540 |
+
The current MERaLiON-AudioLLM has not been specifically aligned for safety and may generate content that is inappropriate, offensive, or harmful. Developers and users are responsible for performing their own safety fine-tuning and implementing necessary security measures. The authors shall not be held liable for any claims, damages, or other liabilities arising from the use of the released models, weights, or code.
|
541 |
|
542 |
This research is supported by the National Research Foundation, Singapore, and Infocomm Media Development Authority, Singapore under its National Large Language Models Funding Initiative. Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not reflect the views of National Research Foundation, Singapore and Infocomm Media Development Authority, Singapore.
|
543 |
|