neoneye commited on
Commit
acc6b3a
1 Parent(s): 6b2faea

More examples

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -19,13 +19,16 @@ This dataset is for improving base64 decoding capabilities.
19
 
20
  However `llama3` is terrible at base64 decoding.
21
 
22
- The dataset looks like this:
23
 
24
  ```text
25
  {"instruction": "Transform base64 to HEX", "input": "464pNBlIObA=", "output": "e3ae2934194839b0"}
26
  {"instruction": "Decode Base64 to json", "input": "NQ==", "output": "[53]"}
27
  {"instruction": "Base64 to Hexadecimal", "input": "ax0WaQ==", "output": "6b1d1669"}
 
28
  {"instruction": "Change base64 to JSON", "input": "7MmBZO4=", "output": "[236,201,129,100,238]"}
 
 
29
  ```
30
 
31
  # Generate dataset
 
19
 
20
  However `llama3` is terrible at base64 decoding.
21
 
22
+ Short examples of what this dataset looks like:
23
 
24
  ```text
25
  {"instruction": "Transform base64 to HEX", "input": "464pNBlIObA=", "output": "e3ae2934194839b0"}
26
  {"instruction": "Decode Base64 to json", "input": "NQ==", "output": "[53]"}
27
  {"instruction": "Base64 to Hexadecimal", "input": "ax0WaQ==", "output": "6b1d1669"}
28
+ {"instruction": "convert base64 to Hexadecimal", "input": "8X43", "output": "f17e37"}
29
  {"instruction": "Change base64 to JSON", "input": "7MmBZO4=", "output": "[236,201,129,100,238]"}
30
+ {"instruction": "Json from Base64", "input": "ytBBCmPRA6De+Ow=", "output": "[202,208,65,10,99,209,3,160,222,248,236]"}
31
+ {"instruction": "BASE64 to Hex", "input": "m/A=", "output": "9bf0"}
32
  ```
33
 
34
  # Generate dataset