CoolFace
Datasetpublic

Markie77/New-Testament-World-English-Web-Dataset-V1

New-Testament-World-English-Web-Dataset-V1 Made with โค๏ธ using ๐Ÿฆฅ Unsloth Studio New Testament World English Web Dataset V1 was generated with Unsloth Recipe Studio. It contains 700 generated records. ๐Ÿš€ Quick Start from datasets import load_dataset # Load the main dataset dataset = load_dataset("Markie77/New-Testament-World-English-Web-Dataset-V1", "data", split="train") df = dataset.to_pandas() ๐Ÿ“Š Dataset Summary ๐Ÿ“ˆ Records: 700 ๐Ÿ“‹ Columns: 3โ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/Markie77/New-Testament-World-English-Web-Dataset-V1.

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes18downloads
Dataset Card

<div style="display: flex; justify-content: space-between; align-items: flex-end; width: 100%; margin-bottom: 1rem;"> <h1 style="flex: 1; margin: 0;">New-Testament-World-English-Web-Dataset-V1</h1> <sub style="white-space: nowrap;">Made with โค๏ธ using ๐Ÿฆฅ Unsloth Studio</sub> </div>


New Testament World English Web Dataset V1 was generated with Unsloth Recipe Studio. It contains 700 generated records.


๐Ÿš€ Quick Start

python
from datasets import load_dataset

# Load the main dataset
dataset = load_dataset("Markie77/New-Testament-World-English-Web-Dataset-V1", "data", split="train")
df = dataset.to_pandas()

๐Ÿ“Š Dataset Summary

  • โ€”๐Ÿ“ˆ Records: 700
  • โ€”๐Ÿ“‹ Columns: 3

๐Ÿ“‹ Schema & Statistics

ColumnTypeColumn TypeUnique (%)Null (%)Details
instructionstringexpression690 (98.6%)0 (0.0%)-
outputstringexpression604 (86.3%)0 (0.0%)-
inputstringexpression700 (100.0%)0 (0.0%)-

โš™๏ธ Generation Details

Generated with 6 column configuration(s):

  • โ€”expression: 3 column(s)
  • โ€”llm-structured: 1 column(s)
  • โ€”seed-dataset: 2 column(s)

๐Ÿ“„ Full configuration available in `builder_config.json` and detailed metadata in `metadata.json`.


๐Ÿ“š Citation

If you use Data Designer in your work, please cite the project as follows:

bibtex
@misc{nemo-data-designer,
  author = {The NeMo Data Designer Team, NVIDIA},
  title = {NeMo Data Designer: A framework for generating synthetic data from scratch or based on your own seed data},
  howpublished = {\url{https://github.com/NVIDIA-NeMo/DataDesigner}},
  year = 2026,
  note = {GitHub Repository},
}

๐Ÿ’ก About NeMo Data Designer

NeMo Data Designer is a general framework for generating high-quality synthetic data that goes beyond simple LLM prompting. It provides:

  • โ€”Diverse data generation using statistical samplers, LLMs, or existing seed datasets
  • โ€”Relationship control between fields with dependency-aware generation
  • โ€”Quality validation with built-in Python, SQL, and custom local and remote validators
  • โ€”LLM-as-a-judge scoring for quality assessment
  • โ€”Fast iteration with preview mode before full-scale generation

For more information, visit: https://github.com/NVIDIA-NeMo/DataDesigner (pip install data-designer)