AdamCodd commited on
Commit
7c96e32
1 Parent(s): 1169945

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,7 +11,7 @@ If you want to support me, you can [here](https://ko-fi.com/adamcodd).
11
 
12
  ## Token Distribution Analysis
13
 
14
- We analyzed the token count distribution of the dataset using the LLAMA-3 tokenizer. This information is crucial for understanding the length of prompts and planning model training.
15
 
16
  ### Key Statistics
17
  - **Minimum tokens**: 164
@@ -37,7 +37,7 @@ We analyzed the token count distribution of the dataset using the LLAMA-3 tokeni
37
 
38
  ### Interpretation
39
 
40
- 1. **Range**: The dataset contains prompts ranging from 164 to 3,285 tokens, indicating significant variation in prompt lengths.
41
 
42
  2. **Central Tendency**: The median token count is 274, meaning half of the prompts have 274 tokens or fewer.
43
 
 
11
 
12
  ## Token Distribution Analysis
13
 
14
+ We analyzed the token count distribution of the dataset using the LLAMA-3 tokenizer.
15
 
16
  ### Key Statistics
17
  - **Minimum tokens**: 164
 
37
 
38
  ### Interpretation
39
 
40
+ 1. **Range**: The dataset contains prompts ranging from 164 to 3,285 tokens.
41
 
42
  2. **Central Tendency**: The median token count is 274, meaning half of the prompts have 274 tokens or fewer.
43