Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,49 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: remyxai/stablelm-zephyr-3B_localmentor
|
3 |
+
license: apache-2.0
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
tags:
|
8 |
+
- stablelm
|
9 |
+
- zephyr
|
10 |
+
- gguf
|
11 |
+
library_name: llama.cpp
|
12 |
+
model_creator: remyxai
|
13 |
+
model_name: stablelm-zephyr-3B_localmentor
|
14 |
+
model_type: stablelm
|
15 |
+
prompt_template: |
|
16 |
+
<|system|>
|
17 |
+
{system_prompt}</s>
|
18 |
+
<|user|>
|
19 |
+
{prompt}</s>
|
20 |
+
<|assistant|>
|
21 |
+
quantized_by: mgonzs13
|
22 |
+
---
|
23 |
+
|
24 |
+
# stablelm-zephyr-3B-localmentor-GGUF
|
25 |
+
|
26 |
+
**Model creator:** [remyxai](https://huggingface.co/remyxai)<br>
|
27 |
+
**Original model**: [stablelm-zephyr-3B_localmentor](https://huggingface.co/remyxai/stablelm-zephyr-3B_localmentor)<br>
|
28 |
+
**GGUF quantization:** `llama.cpp` commit [fadde6713506d9e6c124f5680ab8c7abebe31837](https://github.com/ggerganov/llama.cpp/tree/fadde6713506d9e6c124f5680ab8c7abebe31837)<br>
|
29 |
+
|
30 |
+
## Description
|
31 |
+
|
32 |
+
Fine-tune with low-rank adapters on 25K conversational turns discussing tech/startup from over 800 podcast episodes.
|
33 |
+
|
34 |
+
- **Developed by:** [Remyx.AI](https://huggingface.co/remyxai)
|
35 |
+
- **License:** apache-2.0
|
36 |
+
- **Finetuned from model:** [stablelm-zephyr-3b](https://huggingface.co/stabilityai/stablelm-zephyr-3b)
|
37 |
+
- **Repository**: https://github.com/remyxai/LocalMentor
|
38 |
+
|
39 |
+
## Prompt Template
|
40 |
+
|
41 |
+
Following the [tokenizer_config.json](https://huggingface.co/remyxai/stablelm-zephyr-3B_localmentor/blob/main/tokenizer_config.json), the prompt template is Zephyr.
|
42 |
+
|
43 |
+
```
|
44 |
+
<|system|>
|
45 |
+
{system_prompt}</s>
|
46 |
+
<|user|>
|
47 |
+
{prompt}</s>
|
48 |
+
<|assistant|>
|
49 |
+
```
|