Datasets:
Tasks:
Translation
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
Tags:
code
License:
renamed file
Browse files
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
|
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
|
|
|
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.
|