CoolFace
Datasetpublic

sade-adrien/quantization_samples

Dataset Card for Dataset Name Calibration dataset for quantization with GPTQ. Dataset Details 128 2048-token samples from the RedPajama-2 dataset.

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes8downloads
README.md34 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: raw_content5    dtype: string6  - name: doc_id7    dtype: string8  - name: meta9    dtype: string10  - name: quality_signals11    dtype: string12  splits:13  - name: train14    num_bytes: 5746323615    num_examples: 12816  download_size: 2726221117  dataset_size: 5746323618configs:19- config_name: default20  data_files:21  - split: train22    path: data/train-*23---24 25# Dataset Card for Dataset Name26 27<!-- Provide a quick summary of the dataset. -->28 29Calibration dataset for quantization with GPTQ.30 31## Dataset Details32 33128 2048-token samples from the RedPajama-2 dataset.34