Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -5,27 +5,27 @@ tags:
|
|
| 5 |
- mergekit
|
| 6 |
- lazymergekit
|
| 7 |
base_model:
|
| 8 |
-
- mlabonne/
|
| 9 |
-
-
|
| 10 |
---
|
| 11 |
|
| 12 |
# TurdusBeagle-7B
|
| 13 |
|
| 14 |
TurdusBeagle-7B is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
| 15 |
-
* [mlabonne/
|
| 16 |
-
* [
|
| 17 |
|
| 18 |
## 🧩 Configuration
|
| 19 |
|
| 20 |
```yaml
|
| 21 |
slices:
|
| 22 |
- sources:
|
| 23 |
-
- model: mlabonne/
|
| 24 |
layer_range: [0, 32]
|
| 25 |
-
- model:
|
| 26 |
layer_range: [0, 32]
|
| 27 |
merge_method: slerp
|
| 28 |
-
base_model: mlabonne/
|
| 29 |
parameters:
|
| 30 |
t:
|
| 31 |
- filter: self_attn
|
|
|
|
| 5 |
- mergekit
|
| 6 |
- lazymergekit
|
| 7 |
base_model:
|
| 8 |
+
- mlabonne/WestBeagle-7B
|
| 9 |
+
- flemmingmiguel/MBX-7B-v3
|
| 10 |
---
|
| 11 |
|
| 12 |
# TurdusBeagle-7B
|
| 13 |
|
| 14 |
TurdusBeagle-7B is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
| 15 |
+
* [mlabonne/WestBeagle-7B](https://huggingface.co/mlabonne/WestBeagle-7B)
|
| 16 |
+
* [flemmingmiguel/MBX-7B-v3](https://huggingface.co/flemmingmiguel/MBX-7B-v3)
|
| 17 |
|
| 18 |
## 🧩 Configuration
|
| 19 |
|
| 20 |
```yaml
|
| 21 |
slices:
|
| 22 |
- sources:
|
| 23 |
+
- model: mlabonne/WestBeagle-7B
|
| 24 |
layer_range: [0, 32]
|
| 25 |
+
- model: flemmingmiguel/MBX-7B-v3
|
| 26 |
layer_range: [0, 32]
|
| 27 |
merge_method: slerp
|
| 28 |
+
base_model: mlabonne/WestBeagle-7B
|
| 29 |
parameters:
|
| 30 |
t:
|
| 31 |
- filter: self_attn
|