From 1dc35eb2f5bee950583b4ad2ea0cc5cb3444761a Mon Sep 17 00:00:00 2001 From: Gustavo de Rosa Date: Wed, 10 Jan 2024 11:29:00 +0000 Subject: [PATCH] Update README.md (#69) - Update README.md (8584061b4d9f189aea26e170cb1c285a22fe731d) Co-authored-by: Mojan Javaheripi --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1a1b2cc..f295e1b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ --- inference: false license: other -license_name: microsoft-research-license +license_name: mit license_link: https://huggingface.co/microsoft/phi-1_5/resolve/main/Research%20License.docx language: - en @@ -76,8 +76,8 @@ def print_prime(n): where the model generates the text after the comments. **Notes:** -* Phi-1.5 is intended for research purposes. The model-generated text/code should be treated as a starting point rather than a definitive solution for potential use cases. Users should be cautious when employing these models in their applications. -* Direct adoption for production tasks is out of the scope of this research project. As a result, Phi-1.5 has not been tested to ensure that it performs adequately for any production-level application. Please refer to the limitation sections of this document for more details. +* Phi-1.5-generated text/code should be treated as a starting point rather than a definitive solution for potential use cases. Users should be cautious when employing these models in their applications. +* Phi-1.5 has not been tested to ensure that it performs adequately for any production-level application. Please refer to the limitation sections of this document for more details. * If you are using `transformers>=4.36.0`, always load the model with `trust_remote_code=True` to prevent side-effects. ## Sample Code @@ -151,7 +151,7 @@ Furthermore, in the forward pass of the model, we currently do not support outpu * [Flash-Attention](https://github.com/HazyResearch/flash-attention) ### License -The model is licensed under the [Research License](https://huggingface.co/microsoft/phi-1_5/resolve/main/Research%20License.docx). +The model is licensed under the [MIT License](https://huggingface.co/microsoft/phi-1_5/resolve/main/Research%20License.docx). ### Citation