Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,9 @@ base_model:
|
|
11 |
- mlabonne/NeuralOmniBeagle-7B
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
|
16 |
-
|
17 |
* [shadowml/WestBeagle-7B](https://huggingface.co/shadowml/WestBeagle-7B)
|
18 |
* [mlabonne/NeuralBeagle14-7B](https://huggingface.co/mlabonne/NeuralBeagle14-7B)
|
19 |
* [shadowml/BeagSake-7B](https://huggingface.co/shadowml/BeagSake-7B)
|
@@ -57,7 +57,7 @@ from transformers import AutoTokenizer
|
|
57 |
import transformers
|
58 |
import torch
|
59 |
|
60 |
-
model = "mlabonne/
|
61 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
62 |
|
63 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
|
|
11 |
- mlabonne/NeuralOmniBeagle-7B
|
12 |
---
|
13 |
|
14 |
+
# Beagle4
|
15 |
|
16 |
+
Beagle4 is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
17 |
* [shadowml/WestBeagle-7B](https://huggingface.co/shadowml/WestBeagle-7B)
|
18 |
* [mlabonne/NeuralBeagle14-7B](https://huggingface.co/mlabonne/NeuralBeagle14-7B)
|
19 |
* [shadowml/BeagSake-7B](https://huggingface.co/shadowml/BeagSake-7B)
|
|
|
57 |
import transformers
|
58 |
import torch
|
59 |
|
60 |
+
model = "mlabonne/Beagle4"
|
61 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
62 |
|
63 |
tokenizer = AutoTokenizer.from_pretrained(model)
|