Update README.md
Browse files
README.md
CHANGED
|
@@ -17,9 +17,9 @@ Our model hasn't been fine-tuned through reinforcement learning from human feedb
|
|
| 17 |
|
| 18 |
## How to Use
|
| 19 |
|
| 20 |
-
Phi-2
|
| 21 |
|
| 22 |
-
Phi-2 is known for having an attention overflow issue (with FP16). If you are facing this issue, please enable/disable autocast on the [PhiAttention.forward()](https://
|
| 23 |
|
| 24 |
## Intended Uses
|
| 25 |
|
|
|
|
| 17 |
|
| 18 |
## How to Use
|
| 19 |
|
| 20 |
+
Phi-2 has been integrated in the `transformers` version 4.37.0, please ensure that you are using a version equal or higher than it.
|
| 21 |
|
| 22 |
+
Phi-2 is known for having an attention overflow issue (with FP16). If you are facing this issue, please enable/disable autocast on the [PhiAttention.forward()](https://github.com/huggingface/transformers/blob/main/src/transformers/models/phi/modeling_phi.py#L306) function.
|
| 23 |
|
| 24 |
## Intended Uses
|
| 25 |
|