Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ base_model:
|
|
12 |
- mlabonne/Monarch-7B
|
13 |
---
|
14 |
|
15 |
-
#
|
16 |
|
17 |
Trinity-7b is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
18 |
* [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
@@ -55,7 +55,7 @@ from transformers import AutoTokenizer
|
|
55 |
import transformers
|
56 |
import torch
|
57 |
|
58 |
-
model = "Kukedlc/
|
59 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
60 |
|
61 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
|
|
12 |
- mlabonne/Monarch-7B
|
13 |
---
|
14 |
|
15 |
+
# Triunvirato-7b
|
16 |
|
17 |
Trinity-7b is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
18 |
* [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
|
|
55 |
import transformers
|
56 |
import torch
|
57 |
|
58 |
+
model = "Kukedlc/Triunvirato-7b"
|
59 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
60 |
|
61 |
tokenizer = AutoTokenizer.from_pretrained(model)
|