Update README.md (#69)
- Update README.md (8584061b4d9f189aea26e170cb1c285a22fe731d) Co-authored-by: Mojan Javaheripi <mojanjp@users.noreply.huggingface.co>
This commit is contained in:
parent
41217aafb5
commit
1dc35eb2f5
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user