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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -11,7 +11,19 @@ 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.
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  ### Key Statistics
17
  - **Minimum tokens**: 164
 
11
 
12
  ## Token Distribution Analysis
13
 
14
+ We analyzed the token count distribution of the dataset using the LLAMA-3 tokenizer for the following Alpaca prompt:
15
+ ```
16
+ """Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
17
+
18
+ ### Instruction:
19
+ {}
20
+
21
+ ### Input:
22
+ {}
23
+
24
+ ### Response:
25
+ {}"""
26
+ ```
27
 
28
  ### Key Statistics
29
  - **Minimum tokens**: 164