Upload folder using huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- merge
|
5 |
+
- mergekit
|
6 |
+
- lazymergekit
|
7 |
+
- TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
8 |
+
- l3utterfly/tinyllama-1.1b-layla-v1
|
9 |
+
---
|
10 |
+
|
11 |
+
# TinyLlama-1.1B-chat-ties-v1
|
12 |
+
|
13 |
+
TinyLlama-1.1B-chat-ties-v1 is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
|
14 |
+
* [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0)
|
15 |
+
* [l3utterfly/tinyllama-1.1b-layla-v1](https://huggingface.co/l3utterfly/tinyllama-1.1b-layla-v1)
|
16 |
+
|
17 |
+
## 🧩 Configuration
|
18 |
+
|
19 |
+
```yaml
|
20 |
+
models:
|
21 |
+
- model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
22 |
+
# no parameters necessary for base model
|
23 |
+
- model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
24 |
+
parameters:
|
25 |
+
density: 0.5
|
26 |
+
weight: 0.5
|
27 |
+
- model: l3utterfly/tinyllama-1.1b-layla-v1
|
28 |
+
parameters:
|
29 |
+
density: 0.5
|
30 |
+
weight: 0.3
|
31 |
+
merge_method: ties
|
32 |
+
base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
33 |
+
parameters:
|
34 |
+
normalize: true
|
35 |
+
dtype: bfloat16
|
36 |
+
```
|