benhaotang
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -2,11 +2,13 @@
|
|
2 |
base_model:
|
3 |
- benhaotang/Phi-4-llama-t1-full
|
4 |
- prithivMLmods/Phi-4-QwQ
|
|
|
5 |
library_name: transformers
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
-
|
|
|
10 |
---
|
11 |
# merge
|
12 |
|
@@ -20,7 +22,8 @@ This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge m
|
|
20 |
### Models Merged
|
21 |
|
22 |
The following models were included in the merge:
|
23 |
-
* [benhaotang/Phi-4-llama-t1-full](https://huggingface.co/benhaotang/Phi-4-llama-t1-full)
|
|
|
24 |
|
25 |
### Configuration
|
26 |
|
@@ -45,4 +48,4 @@ parameters:
|
|
45 |
normalize: false
|
46 |
int8_mask: true
|
47 |
dtype: float16
|
48 |
-
```
|
|
|
2 |
base_model:
|
3 |
- benhaotang/Phi-4-llama-t1-full
|
4 |
- prithivMLmods/Phi-4-QwQ
|
5 |
+
- win10/Phi-4-llama-t1-lora
|
6 |
library_name: transformers
|
7 |
tags:
|
8 |
- mergekit
|
9 |
- merge
|
10 |
+
datasets:
|
11 |
+
- NovaSky-AI/Sky-T1_data_17k
|
12 |
---
|
13 |
# merge
|
14 |
|
|
|
22 |
### Models Merged
|
23 |
|
24 |
The following models were included in the merge:
|
25 |
+
* [benhaotang/Phi-4-llama-t1-full](https://huggingface.co/benhaotang/Phi-4-llama-t1-full) but actually [win10/Phi-4-llama-t1-lora](https://huggingface.co/win10/Phi-4-llama-t1-lora), this is where you should thank.
|
26 |
+
* [prithivMLmods/Phi-4-QwQ](https://huggingface.co/prithivMLmods/Phi-4-QwQ)
|
27 |
|
28 |
### Configuration
|
29 |
|
|
|
48 |
normalize: false
|
49 |
int8_mask: true
|
50 |
dtype: float16
|
51 |
+
```
|