Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: mesolitica/mallam-5b-20k-instructions-v2
|
3 |
+
inference: false
|
4 |
+
model_creator: mesolitica
|
5 |
+
model_name: Mallam 5B 20k Instructions v2
|
6 |
+
model_type: mistral
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
prompt_template: >-
|
9 |
+
<s>[INST] This is a system prompt.
|
10 |
+
|
11 |
+
This is the first user input. [/INST] This is the first assistant response.
|
12 |
+
</s>[INST] This is the second user input. [/INST]
|
13 |
+
quantized_by: prsyahmi
|
14 |
+
tags:
|
15 |
+
- finetuned
|
16 |
+
---
|
17 |
+
<!-- markdownlint-disable MD041 -->
|
18 |
+
|
19 |
+
<!-- header start --><!-- header end -->
|
20 |
+
|
21 |
+
# Mallam 5B 20k Instructions v2 - GGUF
|
22 |
+
- Model creator: [mesolotica](https://huggingface.co/mesolitica)
|
23 |
+
- Original model: [Mallam 5B 20k Instructions v2](https://huggingface.co/mesolitica/mallam-5b-20k-instructions-v2)
|
24 |
+
|
25 |
+
<!-- description start -->
|
26 |
+
## Pengenalan
|
27 |
+
Repo ini mengandungi model berformat GGUF, iaitu format kepada llama.cpp yang dibangunkan menggunakan C/C++ dimana aplikasi ini kurang kebergantungan dengan software/library lain menjadikan ia ringan berbanding rata-rata aplikasi python.
|
28 |
+
|
29 |
+
<!-- description end -->
|
30 |
+
|
31 |
+
<!-- prompt-template start -->
|
32 |
+
## Prompt template: Mistral
|
33 |
+
```
|
34 |
+
<s>[INST] This is a system prompt.
|
35 |
+
|
36 |
+
This is the first user input. [/INST] This is the first assistant response.
|
37 |
+
</s>[INST] This is the second user input. [/INST]
|
38 |
+
```
|
39 |
+
|
40 |
+
<!-- prompt-template end -->
|
41 |
+
|
42 |
+
|
43 |
+
<!-- README_GGUF.md-provided-files start -->
|
44 |
+
## Fail yang diberikan
|
45 |
+
Sila rujuk [Files and versions](https://huggingface.co/prsyahmi/mallam-5b-20k-instructions-v2-GGUF/tree/main)
|
46 |
+
|
47 |
+
<!-- README_GGUF.md-provided-files end -->
|
48 |
+
|
49 |
+
## Penghargaan
|
50 |
+
Terima kasih kepada Husein Zolkepli dan keseluruhan team [mesolotica](https://huggingface.co/mesolitica)!
|
51 |
+
|
52 |
+
Atas jasa mereka, kita dapat menggunakan atau mencuba AI peringkat tempatan.
|
53 |
+
|
54 |
+
<!-- footer end -->
|
55 |
+
|
56 |
+
-------
|
57 |
+
|
58 |
+
<!-- original-model-card start -->
|
59 |
+
|
60 |
+
<!-- original-model-card end -->
|