brittlewis12
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
base_model: Qwen/Qwen1.5-1.8B
|
4 |
+
datasets:
|
5 |
+
- teknium/OpenHermes-2.5
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
model_creator: minghaowu
|
9 |
+
model_name: Qwen1.5-1.8B-OpenHermes-2.5
|
10 |
+
model_type: qwen
|
11 |
+
inference: false
|
12 |
+
pipeline_tag: text-generation
|
13 |
+
prompt_template: |
|
14 |
+
<|im_start|>system
|
15 |
+
{{system_message}}<|im_end|>
|
16 |
+
<|im_start|>user
|
17 |
+
{{prompt}}<|im_end|>
|
18 |
+
<|im_start|>assistant
|
19 |
+
|
20 |
+
quantized_by: brittlewis12
|
21 |
+
---
|
22 |
+
|
23 |
+
# Qwen1.5-1.8B-OpenHermes-2.5 GGUF
|
24 |
+
|
25 |
+
Original model: [Qwen1.5-1.8B-OpenHermes-2.5](https://huggingface.co/minghaowu/Qwen1.5-1.8B-OpenHermes-2.5)
|
26 |
+
Model creator: [minghaowu](https://huggingface.co/minghaowu)
|
27 |
+
|
28 |
+
This repo contains GGUF format model files for minghaowu’s Qwen1.5-1.8B-OpenHermes-2.5.
|
29 |
+
|
30 |
+
> This model is a fine-tuned version of Qwen/Qwen1.5-1.8B on the teknium/OpenHermes-2.5 dataset.
|
31 |
+
|
32 |
+
|
33 |
+
### What is GGUF?
|
34 |
+
|
35 |
+
GGUF is a file format for representing AI models. It is the third version of the format, introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
|
36 |
+
Converted using llama.cpp b2116 ([f026f81](https://github.com/ggerganov/llama.cpp/commits/f026f8120f97090d34a52b3dc023c82e0ede3f7d))
|
37 |
+
|
38 |
+
### Prompt template: ChatML
|
39 |
+
|
40 |
+
```
|
41 |
+
<|im_start|>system
|
42 |
+
{{system_message}}<|im_end|>
|
43 |
+
<|im_start|>user
|
44 |
+
{{prompt}}<|im_end|>
|
45 |
+
<|im_start|>assistant
|
46 |
+
```
|
47 |
+
|
48 |
+
---
|
49 |
+
|
50 |
+
## Download & run with [cnvrs](https://twitter.com/cnvrsai) on iPhone, iPad, and Mac!
|
51 |
+
|
52 |
+
![cnvrs.ai](https://pbs.twimg.com/profile_images/1744049151241797632/0mIP-P9e_400x400.jpg)
|
53 |
+
|
54 |
+
[cnvrs](https://testflight.apple.com/join/sFWReS7K) is the best app for private, local AI on your device:
|
55 |
+
- create & save **Characters** with custom system prompts & temperature settings
|
56 |
+
- download and experiment with any **GGUF model** you can [find on HuggingFace](https://huggingface.co/models?library=gguf)!
|
57 |
+
- make it your own with custom **Theme colors**
|
58 |
+
- powered by Metal ⚡️ & [Llama.cpp](https://github.com/ggerganov/llama.cpp), with **haptics** during response streaming!
|
59 |
+
- **try it out** yourself today, on [Testflight](https://testflight.apple.com/join/sFWReS7K)!
|
60 |
+
- follow [cnvrs on twitter](https://twitter.com/cnvrsai) to stay up to date
|
61 |
+
|
62 |
+
---
|