File size: 791 Bytes
f2be675
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d3b9447
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
dataset_info:
  features:
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 1654448
    num_examples: 1000
  download_size: 966694
  dataset_size: 1654448
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

This is a subset (1000 samples) of [`timdettmers/openassistant-guanaco`](https://huggingface.co/datasets/timdettmers/openassistant-guanaco) dataset, processed to match Mistral-7B-instruct-v0.2's prompt format as described [in this article](https://huggingface.co/blog/llama2#how-to-prompt-llama-2). It was created using the [colab notebook](https://colab.research.google.com/drive/1afeicfJa9Mo8-wEcDoGrjyoVLyFkF9xm?usp=sharing).

Inspired by Maxime Labonne's [llm-course repo](https://github.com/mlabonne/llm-course).