Upload README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
model-index:
|
3 |
+
- name: sparrow-1.1b-chat-alpha
|
4 |
+
results: []
|
5 |
license: apache-2.0
|
6 |
+
inference: false
|
7 |
+
datasets:
|
8 |
+
- stingning/ultrachat
|
9 |
+
- OpenAssistant/oasst1
|
10 |
+
language:
|
11 |
+
- en
|
12 |
---
|
13 |
+
|
14 |
+
|
15 |
+
<img src="https://huggingface.co/cognisys/sparrow-1.1b-chat-alpha/resolve/main/thumbnail.png" alt="Sparrow Logo" width="800" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
16 |
+
|
17 |
+
|
18 |
+
# Model Card for Sparrow 1.1B Chat Alpha GGUF
|
19 |
+
|
20 |
+
The Sparrow series comprises language models designed to serve as helpful assistants and as a base model for domain-specific fine tuning. Sparrow-1.1B-Chat-α is the initial model in this series and represents a fine-tuned iteration of PY007/TinyLlama-1.1B-intermediate-step-480k-1T. It was trained on a combination of publicly accessible and synthetic datasets.
|
21 |
+
|
22 |
+
## Model Description:
|
23 |
+
|
24 |
+
- Model Type: Sparrow-7B-α is a 1.1B parameter model, that has been fine-tuned using a mixture of publicly available and synthetic datasets.
|
25 |
+
- Supported Languages (NLP): The primary language is English.
|
26 |
+
- License/Warranty: The model is available under the Apache 2.0 license and comes with no warranty or gurantees of any kind.
|
27 |
+
- Fine-tuned from: PY007/TinyLlama-1.1B-intermediate-step-480k-1T
|
28 |
+
|
29 |
+
Repo contains models converted to GGUF either in int8 or float16 format:
|
30 |
+
sparrow-1.1b-chat-alpha-q8_0.gguf
|
31 |
+
sparrow-1.1b-chat-alpha-f16.gguf
|
32 |
+
|
33 |
+
Prompt Template:
|
34 |
+
```
|
35 |
+
<s>[INST] <<SYS>>
|
36 |
+
{{ system_prompt }}
|
37 |
+
<</SYS>>
|
38 |
+
|
39 |
+
{{ user_message }} [/INST]
|
40 |
+
```
|