File size: 947 Bytes
12e494e
 
 
 
 
 
 
 
cecb855
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
37
---
license: cc-by-4.0
datasets:
- allenai/soda
language:
- en
base_model:
- TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
---
# Model Card for TinyDialog-1.1B

## Model Details

### Basic Information

- **Model Name:** TinyDialog-1.1B
- **Model Type:** Language Model optimized for dialog
- **Version:** 1.1B
- **Base Model:** TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
- **Training Data:** allenai/soda
- **Language(s):** English

## Limitations

- Limited to English language only
- No unicode support, all text will be normalized to lowercase
- May not perform as well on non-dialog tasks

## Prompt Format

The model uses the following prompt template:

```
<|begin_of_text_id|><|start_header_id|>Name of person1<|end_header_id|>Sentence 1.<|end_of_sentence_id|><|end_of_message_id|><|start_header_id|>Name of person2<|end_header_id|>Sentence 2.<|end_of_sentence_id|>Sentence 3.<|end_of_sentence_id|><|end_of_message_id|>
```