Mark-Arcee
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -3,19 +3,19 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- merge
|
5 |
- mergekit
|
6 |
-
-
|
7 |
-
-
|
8 |
---
|
9 |
|
10 |
# Alpaca-Dragon-Smaug-Slerp
|
11 |
|
12 |
Alpaca-Dragon-Smaug-Slerp is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
|
13 |
-
* [
|
14 |
-
* [
|
15 |
|
16 |
## 🧩 Configuration
|
17 |
|
18 |
-
|
19 |
slices:
|
20 |
- sources:
|
21 |
- model: ibivibiv/alpaca-dragon-72b-v1
|
@@ -33,4 +33,5 @@ yaml_config = '''
|
|
33 |
- value: 0.5
|
34 |
dtype: bfloat16
|
35 |
|
36 |
-
|
|
|
|
3 |
tags:
|
4 |
- merge
|
5 |
- mergekit
|
6 |
+
- ibivibiv/alpaca-dragon-72b-v1
|
7 |
+
- abacusai/Smaug-72B-v0.1
|
8 |
---
|
9 |
|
10 |
# Alpaca-Dragon-Smaug-Slerp
|
11 |
|
12 |
Alpaca-Dragon-Smaug-Slerp is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
|
13 |
+
* [ibivibiv/alpaca-dragon-72b-v1](https://huggingface.co/ibivibiv/alpaca-dragon-72b-v1)
|
14 |
+
* [abacusai/Smaug-72B-v0.1](https://huggingface.co/abacusai/Smaug-72B-v0.1)
|
15 |
|
16 |
## 🧩 Configuration
|
17 |
|
18 |
+
```yaml
|
19 |
slices:
|
20 |
- sources:
|
21 |
- model: ibivibiv/alpaca-dragon-72b-v1
|
|
|
33 |
- value: 0.5
|
34 |
dtype: bfloat16
|
35 |
|
36 |
+
|
37 |
+
```
|