huu-ontocord
commited on
Commit
•
bab75f5
1
Parent(s):
e83e090
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,8 @@ license: mit
|
|
6 |
|
7 |
The Phi-3-22b is a depth upsampled version of the 14b [Phi-3-medium-128k-instruct](https://huggingface.co/microsoft/Phi-3-medium-128k-instruct). We removed the bottom 8 layers of one copy of the 14b and the top 8 layers of another copy of the 14b model and stacked them. We plan to do continued pretraining to improve performance.
|
8 |
Since this model has not been continued pretrained, the quality may vary.
|
9 |
-
|
|
|
10 |
```
|
11 |
!pip install flash-attn --no-build-isolation
|
12 |
!pip install peft bitsandbytes accelerate transformers
|
|
|
6 |
|
7 |
The Phi-3-22b is a depth upsampled version of the 14b [Phi-3-medium-128k-instruct](https://huggingface.co/microsoft/Phi-3-medium-128k-instruct). We removed the bottom 8 layers of one copy of the 14b and the top 8 layers of another copy of the 14b model and stacked them. We plan to do continued pretraining to improve performance.
|
8 |
Since this model has not been continued pretrained, the quality may vary.
|
9 |
+
|
10 |
+
Loading the model:
|
11 |
```
|
12 |
!pip install flash-attn --no-build-isolation
|
13 |
!pip install peft bitsandbytes accelerate transformers
|