Text Generation
Transformers
PyTorch
English
llama
text-generation-inference
File size: 1,293 Bytes
8955b00
886df78
 
 
8955b00
32999e6
886df78
 
 
 
 
8955b00
886df78
 
 
 
 
 
 
e16f6a0
886df78
 
 
 
 
 
14aced7
 
1c454eb
14aced7
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
model-index:
- name: sparrow-1.1b-chat-alpha
  results: []
license: apache-2.0
inference: false
datasets:
- stingning/ultrachat
- OpenAssistant/oasst1
language:
- en
---


<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'"/>


# Model Card for Sparrow 1.1B Chat Alpha

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.

## Model Description:

- Model Type: Sparrow-7B-α is a 1.1B parameter model, that has been fine-tuned using a mixture of publicly available and synthetic datasets.
- Supported Languages (NLP): The primary language is English.
- License/Warranty: The model is available under the Apache 2.0 license  and comes with no warranty or gurantees of any kind.
- Fine-tuned from: PY007/TinyLlama-1.1B-intermediate-step-480k-1T

Prompt Template:
```
<s>[INST] <<SYS>>
{{ system_prompt }}
<</SYS>>

{{ user_message }} [/INST]
```