Mark-Arcee commited on
Commit
5aad341
1 Parent(s): 18c26ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -3,19 +3,19 @@ license: apache-2.0
3
  tags:
4
  - merge
5
  - mergekit
6
- - mistralai/Mistral-7B-v0.1+predibase/customer_support
7
- - NousResearch/Nous-Hermes-2-Mistral-7B-DPO
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
- * [mistralai/Mistral-7B-v0.1+predibase/customer_support](https://huggingface.co/mistralai/Mistral-7B-v0.1+predibase/customer_support)
14
- * [NousResearch/Nous-Hermes-2-Mistral-7B-DPO](https://huggingface.co/NousResearch/Nous-Hermes-2-Mistral-7B-DPO)
15
 
16
  ## 🧩 Configuration
17
 
18
- yaml_config = '''
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
+ ```