Update README.md
Browse files
README.md
CHANGED
@@ -8,9 +8,10 @@ tags:
|
|
8 |
base_model:
|
9 |
- mlabonne/NeuralDaredevil-7B
|
10 |
- mlabonne/NeuralHermes-2.5-Mistral-7B
|
|
|
11 |
---
|
12 |
|
13 |
-
#
|
14 |
|
15 |
Neuronal-9b is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
16 |
* [mlabonne/NeuralDaredevil-7B](https://huggingface.co/mlabonne/NeuralDaredevil-7B)
|
@@ -46,7 +47,7 @@ from transformers import AutoTokenizer
|
|
46 |
import transformers
|
47 |
import torch
|
48 |
|
49 |
-
model = "Kukedlc/
|
50 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
51 |
|
52 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
|
|
8 |
base_model:
|
9 |
- mlabonne/NeuralDaredevil-7B
|
10 |
- mlabonne/NeuralHermes-2.5-Mistral-7B
|
11 |
+
license: apache-2.0
|
12 |
---
|
13 |
|
14 |
+
# neuronal-7b-Mlab
|
15 |
|
16 |
Neuronal-9b is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
17 |
* [mlabonne/NeuralDaredevil-7B](https://huggingface.co/mlabonne/NeuralDaredevil-7B)
|
|
|
47 |
import transformers
|
48 |
import torch
|
49 |
|
50 |
+
model = "Kukedlc/neuronal-7b-Mlab"
|
51 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
52 |
|
53 |
tokenizer = AutoTokenizer.from_pretrained(model)
|