Simon Strandgaard commited on
Commit
a8b685c
1 Parent(s): be4e835

length of the data

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -20,6 +20,8 @@ configs:
20
 
21
  This dataset is for improving base64 decoding capabilities.
22
 
 
 
23
  `GPT 4o` is great at base64 decoding.
24
 
25
  However `llama3` is terrible at base64 decoding.
 
20
 
21
  This dataset is for improving base64 decoding capabilities.
22
 
23
+ The number of bytes that are in the base64 encoded data spans between 0..127 bytes.
24
+
25
  `GPT 4o` is great at base64 decoding.
26
 
27
  However `llama3` is terrible at base64 decoding.