uploaded readme
Browse files
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Quantization made by Richard Erkhov.
|
2 |
+
|
3 |
+
[Github](https://github.com/RichardErkhov)
|
4 |
+
|
5 |
+
[Discord](https://discord.gg/pvy7H8DZMG)
|
6 |
+
|
7 |
+
[Request more models](https://github.com/RichardErkhov/quant_request)
|
8 |
+
|
9 |
+
|
10 |
+
Phi-5B-Test - bnb 4bits
|
11 |
+
- Model creator: https://huggingface.co/Replete-AI/
|
12 |
+
- Original model: https://huggingface.co/Replete-AI/Phi-5B-Test/
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
Original model description:
|
18 |
+
---
|
19 |
+
base_model: []
|
20 |
+
tags:
|
21 |
+
- mergekit
|
22 |
+
- merge
|
23 |
+
license: mit
|
24 |
+
---
|
25 |
+
# Untitled Model (1)
|
26 |
+
|
27 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
28 |
+
|
29 |
+
## Merge Details
|
30 |
+
### Merge Method
|
31 |
+
|
32 |
+
This model was merged using the passthrough merge method.
|
33 |
+
|
34 |
+
### Models Merged
|
35 |
+
|
36 |
+
The following models were included in the merge:
|
37 |
+
* https://huggingface.co/liminerity/Phigments12
|
38 |
+
* https://huggingface.co/l3utterfly/phi-2-layla-v1-chatml
|
39 |
+
|
40 |
+
* and then depth upscaled
|
41 |
+
### Configuration
|
42 |
+
|
43 |
+
The following YAML configuration was used to produce this model:
|
44 |
+
```yaml
|
45 |
+
models:
|
46 |
+
- model: liminerity/Phigments12
|
47 |
+
parameters:
|
48 |
+
density: [1, 0.7, 0.1] # density gradient
|
49 |
+
weight: 1.0
|
50 |
+
- model: l3utterfly/phi-2-layla-v1-chatml
|
51 |
+
parameters:
|
52 |
+
density: 0.8
|
53 |
+
weight: [0, 0.5, 0.7, 1] # weight gradient
|
54 |
+
|
55 |
+
merge_method: dare_ties
|
56 |
+
base_model: liminerity/Phigments12
|
57 |
+
parameters:
|
58 |
+
normalize: true
|
59 |
+
int8_mask: true
|
60 |
+
dtype: float16
|
61 |
+
```
|
62 |
+
|
63 |
+
|
64 |
+
```yaml
|
65 |
+
dtype: float16
|
66 |
+
merge_method: passthrough
|
67 |
+
slices:
|
68 |
+
- sources:
|
69 |
+
- model: phi/
|
70 |
+
layer_range: [0,32]
|
71 |
+
- sources:
|
72 |
+
- model: phi/
|
73 |
+
layer_range: [0,32]
|
74 |
+
|
75 |
+
```
|
76 |
+
|
77 |
+
# [Join the Replete AI Discord here!](https://discord.gg/tG5aY4EX4T)
|
78 |
+
|