mpasila commited on
Commit
ef547ba
1 Parent(s): 5839ae5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -5,4 +5,6 @@ language:
5
  size_categories:
6
  - 1K<n<10K
7
  ---
8
- Single channel's conversations turned into ShareGPT format from [Discord-Data](https://www.kaggle.com/datasets/jef1056/discord-data). It has also been optimized for Llama 3.1 tokenizer with each conversation being max 8192 tokens.
 
 
 
5
  size_categories:
6
  - 1K<n<10K
7
  ---
8
+ Single channel's conversations turned into ShareGPT format from [Discord-Data](https://www.kaggle.com/datasets/jef1056/discord-data). It has also been optimized for Llama 3.1 tokenizer with each conversation being max 8192 tokens.
9
+
10
+ Since I'm using Unsloth I had to add another adjustment, for some reason it adds a 28 token length system prompt to each conversation so I also need to account for that in this dataset, and Llama 3.1 format also uses 7 tokens per message just for the formatting.