neoneye commited on
Commit
b50c919
1 Parent(s): cde06c8

renamed file

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,7 +19,7 @@ This dataset is for improving base64 decoding capabilities.
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"}
@@ -37,4 +37,4 @@ Short examples of what this dataset looks like:
37
  PROMPT> python generate_dataset.py
38
  ```
39
 
40
- This creates the file `base64-decode-v1.jsonl`.
 
19
 
20
  However `llama3` is terrible at base64 decoding.
21
 
22
+ Short examples of what `data.jsonl` looks like:
23
 
24
  ```text
25
  {"instruction": "Transform base64 to HEX", "input": "464pNBlIObA=", "output": "e3ae2934194839b0"}
 
37
  PROMPT> python generate_dataset.py
38
  ```
39
 
40
+ This creates the `data.jsonl` file.