aashish1904
commited on
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
|
4 |
+
license: apache-2.0
|
5 |
+
datasets:
|
6 |
+
- Locutusque/hercules-v1.0
|
7 |
+
- Open-Orca/SlimOrca-Dedup
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
base_model: Locutusque/TinyMistral-248M-v2.5
|
11 |
+
tags:
|
12 |
+
- chemistry
|
13 |
+
- biology
|
14 |
+
- not-for-all-audiences
|
15 |
+
- merge
|
16 |
+
- code
|
17 |
+
inference:
|
18 |
+
parameters:
|
19 |
+
do_sample: true
|
20 |
+
renormalize_logits: false
|
21 |
+
temperature: 0.8
|
22 |
+
top_p: 0.14
|
23 |
+
top_k: 12
|
24 |
+
min_new_tokens: 2
|
25 |
+
max_new_tokens: 96
|
26 |
+
repetition_penalty: 1.15
|
27 |
+
no_repeat_ngram_size: 5
|
28 |
+
epsilon_cutoff: 0.002
|
29 |
+
widget:
|
30 |
+
- text: "<|im_start|>user\nWrite me a Python program that calculates the factorial of n. <|im_end|>\n<|im_start|>assistant\n"
|
31 |
+
|
32 |
+
---
|
33 |
+
|
34 |
+
[![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
|
35 |
+
|
36 |
+
|
37 |
+
# QuantFactory/TinyMistral-248M-v2.5-Instruct-GGUF
|
38 |
+
This is quantized version of [Locutusque/TinyMistral-248M-v2.5-Instruct](https://huggingface.co/Locutusque/TinyMistral-248M-v2.5-Instruct) created using llama.cpp
|
39 |
+
|
40 |
+
# Original Model Card
|
41 |
+
|
42 |
+
# Model description
|
43 |
+
Fine-tuned Locutusque/TinyMistral-248m-v2.5 on SlimOrca-Dedup and Hercules-v1.0. Averaged a loss of 1.5 during training. This model's performance is excellent considering it's size.
|
44 |
+
|
45 |
+
This model may output X-rated content. You and you alone are responsible for downloading and using the model and it's outputs. You have been warned.
|
46 |
+
|
47 |
+
You can use the ChatML prompt format for this model.
|
48 |
+
# Evaluation
|
49 |
+
This model will be submitted to the Open LLM Leaderboard.
|