AIAny
Icon for item

Indonesian Recipes (junwatu)

Provides 10k–100k Indonesian-language cooking recipes in Parquet format, including dish names, ingredients and instructions — suitable for text-generation, recipe parsing, and culinary data analysis. Check the dataset card for license and field details.

Introduction

Many NLP benchmarks are dominated by English; language-specific culinary corpora are less common. This Hugging Face dataset fills a practical gap by aggregating Indonesian recipe texts in a tabular Parquet layout, making it straightforward to plug into typical Python data workflows and text-generation pipelines.

What Sets It Apart
  • Parquet-first, tabular layout: ready to load with pandas or polars, so you can iterate quickly on preprocessing, filtering, and batching for generation or extraction tasks.
  • Focused on Indonesian: concentrates on id-language content (dish names, ingredient lists, step-by-step instructions), reducing the need for language filtering or noisy language-detection steps.
  • Sized for model training and analysis: categorized as 10K–100K examples — large enough for fine-tuning small models or for building retrieval/augmentation corpora without massive storage overhead.
  • Multi-use utility: usable for conditional recipe generation, ingredient-to-recipe mapping, instruction simplification, and downstream tasks like translation or culinary recommendation systems.
Who It's For and Trade-offs

Great fit if you need an Indonesian-language culinary corpus that loads directly into dataframes for quick experiments, fine-tuning, or prompt engineering. It’s also useful for researchers building language-specific generation or information-extraction models. Look elsewhere if you require guaranteed licensing clarity, nutritional metadata, standardized ingredient ontologies, or curated provenance — this dataset’s license field is not set in the card and may need verification, and it’s not a nutrition- or allergen-validated resource. Always inspect the dataset schema and sample rows before large-scale use.

Information

Categories

More Items

Hugging Face

A collection of ready-to-run Hugging Face Jobs OCR scripts that add a markdown column (or structured JSON) to image datasets, with model switching, layout detection, server-mode serving, and per-model options for table/form extraction.

Hugging Face

Provides 115M public GitHub source files (≈873GB of code, ~1TB uncompressed) with per-file metadata (repo, path, language, license). Supports streaming, language/license filtering and full download for training and evaluating code LLMs and code generation models.

Hugging Face

Provides labeled prompts with full-reference answers (including chain-of-thought and code blocks) and per-example metadata to train edge routing/orchestrator models that decide whether to handle inputs locally or route them to larger models. Includes complexity scores, coding/math flags, routing justifications, and an automated override rule; suited for fine-tuning small models (50M–1.5B) for edge deployment.