yash21 commited on
Commit
7e883df
·
1 Parent(s): 0213ba8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -20
README.md CHANGED
@@ -1,32 +1,13 @@
1
  ---
2
- license: apache-2.0
3
  tags:
4
  - merge
5
- - mergekit
6
- - lazymergekit
7
- - quantumaikr/quantum-dpo-v0.1
8
- - mncai/mistral-7b-dpo-v6
9
  ---
10
 
11
  # Mistral-Quantum-dpo
12
 
13
- Mistral-Quantum-dpo is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
14
  * [quantumaikr/quantum-dpo-v0.1](https://huggingface.co/quantumaikr/quantum-dpo-v0.1)
15
  * [mncai/mistral-7b-dpo-v6](https://huggingface.co/mncai/mistral-7b-dpo-v6)
16
-
17
- ## 🧩 Configuration
18
-
19
- ```yaml
20
- slices:
21
- - sources:
22
- - model: quantumaikr/quantum-dpo-v0.1
23
- layer_range: [0, 32]
24
- - sources:
25
- - model: mncai/mistral-7b-dpo-v6
26
- layer_range: [24, 32]
27
- merge_method: passthrough
28
- dtype: bfloat16
29
-
30
  ```
31
 
32
  ## 💻 Usage
 
1
  ---
 
2
  tags:
3
  - merge
 
 
 
 
4
  ---
5
 
6
  # Mistral-Quantum-dpo
7
 
8
+ Mistral-Quantum-dpo is a merge of the following models
9
  * [quantumaikr/quantum-dpo-v0.1](https://huggingface.co/quantumaikr/quantum-dpo-v0.1)
10
  * [mncai/mistral-7b-dpo-v6](https://huggingface.co/mncai/mistral-7b-dpo-v6)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ```
12
 
13
  ## 💻 Usage