File size: 2,950 Bytes
75c9098
da69d8d
 
 
75c9098
da69d8d
 
 
 
 
 
 
 
 
 
 
75c9098
 
 
 
 
 
 
 
 
 
 
 
 
 
da69d8d
 
 
 
75c9098
743b8f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
language:
- en
license: cc-by-sa-3.0
dataset_info:
- config_name: default
  features:
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 16069064
    num_examples: 15011
  download_size: 7716672
  dataset_size: 16069064
- config_name: smollm-chat-template
  features:
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 16069064
    num_examples: 15011
  download_size: 7716672
  dataset_size: 16069064
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
- config_name: smollm-chat-template
  data_files:
  - split: train
    path: smollm-chat-template/train-*
---

# Dolly-15k-SFT

A version of [databricks/databricks-dolly-15k](https://huggingface.co/datasets/databricks/databricks-dolly-15k) made to be easy to use when Instruct fine-tuning LLMs

## Prompt template

The prompt template is the same as in [HuggingFaceTB/SmolLM-360M-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM-360M-Instruct). No extra tokens added.
## System Prompts

### 2 different systems prompts have been used for when there is context or not.

#### When context is available

```
You are a knowledgeable assistant with access to a given context. Always provide responses that are relevant to the context provided.
```

#### When context is not available

```
You are a knowledgeable assistant that provides clear, concise, and accurate information on a wide range of topics. Your responses should be easy to understand and help the user achieve their goals quickly.
```

## Examples

#### Context available
```
<|im_start|>system
You are a knowledgeable assistant with access to a given context. Always provide responses that are relevant to the context provided.<|im_end|>
<|im_start|>user
Context: Virgin Australia, the trading name of Virgin Australia Airlines Pty Ltd, is an Australian-based airline. It is the largest airline by fleet size to use the Virgin brand. It commenced services on 31 August 2000 as Virgin Blue, with two aircraft on a single route. It suddenly found itself as a major airline in Australia's domestic market after the collapse of Ansett Australia in September 2001. The airline has since grown to directly serve 32 cities in Australia, from hubs in Brisbane, Melbourne and Sydney.


Question: When did Virgin Australia start operating?<|im_end|>
<|im_start|>assistant
Virgin Australia commenced services on 31 August 2000 as Virgin Blue, with two aircraft on a single route.<|im_end|>
```

#### When context not available

```
<|im_start|>system
You are a knowledgeable assistant that provides clear, concise, and accurate information on a wide range of topics. Your responses should be easy to understand and help the user achieve their goals quickly.<|im_end|>
<|im_start|>user
Which is a species of fish? Tope or Rope<|im_end|>
<|im_start|>assistant
Tope<|im_end|>
```


## License

[CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/deed.en)