Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ base_model:
|
|
12 |
|
13 |
# M-LChat-7b
|
14 |
|
15 |
-
M-LChat-7b is a merge of the following models using
|
16 |
* [OpenPipe/mistral-ft-optimized-1227](https://huggingface.co/OpenPipe/mistral-ft-optimized-1227)
|
17 |
* [Nexusflow/Starling-LM-7B-beta](https://huggingface.co/Nexusflow/Starling-LM-7B-beta)
|
18 |
|
@@ -60,4 +60,8 @@ pipeline = transformers.pipeline(
|
|
60 |
|
61 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
62 |
print(outputs[0]["generated_text"])
|
63 |
-
```
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
# M-LChat-7b
|
14 |
|
15 |
+
M-LChat-7b is a merge of the following models using:
|
16 |
* [OpenPipe/mistral-ft-optimized-1227](https://huggingface.co/OpenPipe/mistral-ft-optimized-1227)
|
17 |
* [Nexusflow/Starling-LM-7B-beta](https://huggingface.co/Nexusflow/Starling-LM-7B-beta)
|
18 |
|
|
|
60 |
|
61 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
62 |
print(outputs[0]["generated_text"])
|
63 |
+
```
|
64 |
+
|
65 |
+
## How?
|
66 |
+
|
67 |
+
Usage of [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing) on a T4.
|