datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
MME-RealWorld-Base64
MME-RealWorld Dataset
This dataset contains multiple JSON files split into chunks. It includes information such as questions, images encoded in base64, and other related metadata.
Usage
You can load the dataset using the datasets library:
from datasets import load_dataset
dataset = load_dataset('yifanzhang114/MME-RealWorld-Base64', data_dir='MME-RealWorld')
dataset = load_dataset('yifanzhang114/MME-RealWorld-Base64', data_dir='MME-RealWorld-CN')
## the image can be… See the full description on the dataset page: https://huggingface.co/datasets/yifanzhang114/MME-RealWorld-Base64.base64-decode-v1
Dataset: Base64 decode version1
This dataset is for improving base64 decoding capabilities.
The number of bytes that are in the base64 encoded data spans between 0..127 bytes.
GPT 4o is great at base64 decoding.
However llama3 is terrible at base64 decoding.
Short examples of what data.jsonl looks like:
{"instruction": "Transform base64 to HEX", "input": "464pNBlIObA=", "output": "e3ae2934194839b0"}
{"instruction": "Decode Base64 to json", "input": "NQ==", "output": "[53]"}… See the full description on the dataset page: https://huggingface.co/datasets/neoneye/base64-decode-v1.base64-decode-v2
Dataset: Base64 decode version2
This dataset is for improving base64 decoding capabilities.
This improves on the neoneye/base64-decode-v1 dataset.
Here number of bytes that are in the base64 encoded data spans between 0..255 bytes. Where version 1 spans between 0..127.
Here 3 different random functions are used. Where version 1 uses 1 random function.
GPT 4o is great at base64 decoding.
However llama3 is terrible at base64 decoding.
Short examples of what data.jsonl looks like:… See the full description on the dataset page: https://huggingface.co/datasets/neoneye/base64-decode-v2.ssc-llama-base64-tone-filtered
ssc-llama-base64-tone-filtered
This dataset contains conversational data in JSONL format, suitable for Supervised Fine-Tuning (SFT).
Usage
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("bcywinski/ssc-llama-base64-tone-filtered")
Format
The dataset is in JSONL format where each line contains a conversation record suitable for training chat models.
base64-encode-v1
Dataset: Base64 encode version1
This dataset is for improving base64 encoding capabilities.
GPT 4o is great at base64 encoding.
user:
convert this hex data to base64:
880567a1
assistant:
The base64 encoding of the hex data `880567a1` is `iAVnoQ==`.
user:
convert this json data representing a byte sequence to base64:
[30,41,183]
assistant:
The base64 encoding of the JSON data `[30,41,183]` is `Him3`.
However llama3 is terrible at base64 encoding.
Short examples of what… See the full description on the dataset page: https://huggingface.co/datasets/neoneye/base64-encode-v1.mirb_images_base64_jsonl_corpusLLaVA-CoT-30k-base64-in-jsonlssc-gemma-base64-tone-filtered
ssc-gemma-base64-tone-filtered
This dataset contains conversational data in JSONL format, suitable for Supervised Fine-Tuning (SFT).
Usage
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("bcywinski/ssc-gemma-base64-tone-filtered")
Format
The dataset is in JSONL format where each line contains a conversation record suitable for training chat models.
