Update README.md
Browse files
README.md
CHANGED
@@ -144,11 +144,8 @@ Pulsar_7B works well with Alpaca, it's not a picky model when it comes to format
|
|
144 |
```
|
145 |
{% for message in messages %}{% if message['role'] == 'user' %}{{ '### Instruction:\n' + message['content'] + '\n### Response:\n' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token}}{% elif message['role'] == 'system' %}{{ '### System:\n' + message['content'] + '\n' }}{% endif %}{% endfor %}
|
146 |
```
|
|
|
147 |
|
148 |
-
---
|
149 |
-
This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
150 |
-
|
151 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
152 |
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
153 |
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_rmdhirr__Pulsar_7B)
|
154 |
|
@@ -162,3 +159,8 @@ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-le
|
|
162 |
|Winogrande (5-shot) |84.06|
|
163 |
|GSM8k (5-shot) |71.65|
|
164 |
|
|
|
|
|
|
|
|
|
|
|
|
144 |
```
|
145 |
{% for message in messages %}{% if message['role'] == 'user' %}{{ '### Instruction:\n' + message['content'] + '\n### Response:\n' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token}}{% elif message['role'] == 'system' %}{{ '### System:\n' + message['content'] + '\n' }}{% endif %}{% endfor %}
|
146 |
```
|
147 |
+
<br>
|
148 |
|
|
|
|
|
|
|
|
|
149 |
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
150 |
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_rmdhirr__Pulsar_7B)
|
151 |
|
|
|
159 |
|Winogrande (5-shot) |84.06|
|
160 |
|GSM8k (5-shot) |71.65|
|
161 |
|
162 |
+
---
|
163 |
+
This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
164 |
+
|
165 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
166 |
+
|