neoneye/base64-decode-v1
收藏Hugging Face2024-06-06 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/neoneye/base64-decode-v1
下载链接
链接失效反馈官方服务:
资源简介:
该数据集名为Base64 decode version1,旨在提高base64解码能力。数据集中包含的base64编码数据的字节数范围在0到127字节之间。示例展示了如何将base64转换为HEX、JSON等格式。通过运行Python脚本可以生成数据集。
该数据集名为Base64 decode version1,旨在提高base64解码能力。数据集中包含的base64编码数据的字节数范围在0到127字节之间。示例展示了如何将base64转换为HEX、JSON等格式。通过运行Python脚本可以生成数据集。
提供机构:
neoneye
原始信息汇总
数据集概述:Base64 decode version1
数据集基本信息
- 许可证: MIT
- 任务类别: 翻译
- 语言: 英语
- 标签: 代码
- 美观名称: Base64 decode version1
- 大小类别: 10K<n<100K
配置信息
- 配置名称: default
- 数据文件:
- 分割: train
- 路径: data/data.jsonl
数据集内容
- 目的: 用于提升base64解码能力
- 数据特性:
- base64编码数据的字节数范围: 0..127字节
- 示例数据: text {"instruction": "Transform base64 to HEX", "input": "464pNBlIObA=", "output": "e3ae2934194839b0"} {"instruction": "Decode Base64 to json", "input": "NQ==", "output": "[53]"} {"instruction": "Base64 to Hexadecimal", "input": "ax0WaQ==", "output": "6b1d1669"} {"instruction": "convert base64 to Hexadecimal", "input": "8X43", "output": "f17e37"} {"instruction": "Change base64 to JSON", "input": "7MmBZO4=", "output": "[236,201,129,100,238]"} {"instruction": "Json from Base64", "input": "ytBBCmPRA6De+Ow=", "output": "[202,208,65,10,99,209,3,160,222,248,236]"} {"instruction": "BASE64 to Hex", "input": "m/A=", "output": "9bf0"}



