AkimfromParis
commited on
Commit
•
82dbf68
1
Parent(s):
93a4bc2
Update name
Browse files
README.md
CHANGED
@@ -12,10 +12,10 @@ base_model:
|
|
12 |
- stabilityai/japanese-stablelm-base-gamma-7b
|
13 |
---
|
14 |
|
15 |
-
# Sak-
|
16 |
|
17 |
-
Sak-
|
18 |
-
* [SakanaAI/EvoLLM-JP-A-v1-7B](https://huggingface.co/SakanaAI/EvoLLM-JP-A-v1-7B)
|
19 |
* [stabilityai/japanese-stablelm-base-gamma-7b](https://huggingface.co/stabilityai/japanese-stablelm-base-gamma-7b)
|
20 |
|
21 |
## 🧩 Configuration
|
@@ -48,7 +48,7 @@ from transformers import AutoTokenizer
|
|
48 |
import transformers
|
49 |
import torch
|
50 |
|
51 |
-
model = "AkimfromParis/Sak-
|
52 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
53 |
|
54 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
|
|
12 |
- stabilityai/japanese-stablelm-base-gamma-7b
|
13 |
---
|
14 |
|
15 |
+
# Hinoki-Sak-slerp-7B
|
16 |
|
17 |
+
Hinoki-Sak-slerp-7B is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
18 |
+
* [SakanaAI/EvoLLM-JP-A-v1-7B](https://huggingface.co/SakanaAI/EvoLLM-JP-A-v1-7B) (Base model)
|
19 |
* [stabilityai/japanese-stablelm-base-gamma-7b](https://huggingface.co/stabilityai/japanese-stablelm-base-gamma-7b)
|
20 |
|
21 |
## 🧩 Configuration
|
|
|
48 |
import transformers
|
49 |
import torch
|
50 |
|
51 |
+
model = "AkimfromParis/Hinoki-Sak-slerp-7B"
|
52 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
53 |
|
54 |
tokenizer = AutoTokenizer.from_pretrained(model)
|