Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
|
|
@@ -114,8 +114,16 @@ bash omni_speech/infer/run.sh omni_speech/infer/examples
|
|
| 114 |
|
| 115 |
## LICENSE
|
| 116 |
|
| 117 |
-
Our code is released under the Apache-2.0 License. Our model
|
| 118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
|
| 120 |
## Acknowledgements
|
| 121 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
|
|
|
|
| 114 |
|
| 115 |
## LICENSE
|
| 116 |
|
| 117 |
+
Our code is released under the Apache-2.0 License. Our model is intended for academic research purposes only and may **NOT** be used for commercial purposes.
|
| 118 |
|
| 119 |
+
You are free to use, modify, and distribute this model in academic settings, provided that the following conditions are met:
|
| 120 |
+
|
| 121 |
+
- **Non-commercial use**: The model may not be used for any commercial purposes.
|
| 122 |
+
- **Citation**: If you use this model in your research, please cite the original work.
|
| 123 |
+
|
| 124 |
+
### Commercial Use Restriction
|
| 125 |
+
|
| 126 |
+
For any commercial use inquiries or to obtain a commercial license, please contact `[email protected]`.
|
| 127 |
|
| 128 |
## Acknowledgements
|
| 129 |
|