Upload ./README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- NewEden/Hamanasu-7B
|
4 |
+
library_name: transformers
|
5 |
+
tags:
|
6 |
+
- mergekit
|
7 |
+
- merge
|
8 |
+
|
9 |
+
---
|
10 |
+
### exl2 quant (measurement.json in main branch)
|
11 |
+
---
|
12 |
+
### check revisions for quants
|
13 |
+
---
|
14 |
+
|
15 |
+
# Hamanasu-7B
|
16 |
+
|
17 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
18 |
+
|
19 |
+
## Merge Details
|
20 |
+
### Merge Method
|
21 |
+
|
22 |
+
This model was merged using the Passthrough merge method using [NewEden/Hamanasu-7B](https://huggingface.co/NewEden/Hamanasu-7B) + /home/mango/Trainers/Unsloth/msitral-asstr/instruct/checkpoint-2784 as a base.
|
23 |
+
|
24 |
+
### Models Merged
|
25 |
+
|
26 |
+
The following models were included in the merge:
|
27 |
+
|
28 |
+
|
29 |
+
### Configuration
|
30 |
+
|
31 |
+
The following YAML configuration was used to produce this model:
|
32 |
+
|
33 |
+
```yaml
|
34 |
+
base_model: NewEden/Hamanasu-7B+/home/mango/Trainers/Unsloth/msitral-asstr/instruct/checkpoint-2784
|
35 |
+
dtype: bfloat16
|
36 |
+
merge_method: passthrough
|
37 |
+
models:
|
38 |
+
- model: NewEden/Hamanasu-7B+/home/mango/Trainers/Unsloth/msitral-asstr/instruct/checkpoint-2784
|
39 |
+
```
|