Update README.md
Browse files
README.md
CHANGED
@@ -11,13 +11,13 @@ tags:
|
|
11 |
license: apache-2.0
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
|
16 |
|
17 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64d71ab4089bc502ceb44d29/C9ni8n8QufniYDHFwePby.png)
|
18 |
|
19 |
|
20 |
-
|
21 |
* [google/gemma-2-2b-it](https://huggingface.co/google/gemma-2-2b-it)
|
22 |
* [Kukedlc/Gemma-2-2B-Spanish-1.0](https://huggingface.co/Kukedlc/Gemma-2-2B-Spanish-1.0)
|
23 |
|
@@ -51,7 +51,7 @@ from transformers import AutoTokenizer
|
|
51 |
import transformers
|
52 |
import torch
|
53 |
|
54 |
-
model = "Kukedlc/
|
55 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
56 |
|
57 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
|
|
11 |
license: apache-2.0
|
12 |
---
|
13 |
|
14 |
+
# Kukedlc/NeuralGemma2-2b-Spanish
|
15 |
|
16 |
|
17 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64d71ab4089bc502ceb44d29/C9ni8n8QufniYDHFwePby.png)
|
18 |
|
19 |
|
20 |
+
Kukedlc/NeuralGemma2-2b-Spanish is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
21 |
* [google/gemma-2-2b-it](https://huggingface.co/google/gemma-2-2b-it)
|
22 |
* [Kukedlc/Gemma-2-2B-Spanish-1.0](https://huggingface.co/Kukedlc/Gemma-2-2B-Spanish-1.0)
|
23 |
|
|
|
51 |
import transformers
|
52 |
import torch
|
53 |
|
54 |
+
model = "Kukedlc/NeuralGemma2-2b-Spanish"
|
55 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
56 |
|
57 |
tokenizer = AutoTokenizer.from_pretrained(model)
|