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

Provides 1.3 billion platform-specific video URLs extracted from CommonCrawl along with crawl metadata (no media included), serving as the source corpus for the LAION-BVD multimodal video dataset; distributed on Hugging Face in Parquet format.

Hugging Face

Provides a public test split of multimodal financial GUI interaction examples for evaluating agents that convert instructions and screenshots into grounded UI actions. Includes step-level screenshots, dialogue history, an OpenAI-style computer_use tool schema, and JSON next-action references; training data available on request.

Hugging Face

Contains 40,000 teacher-generated reasoning traces distilled from the Qwen3.8-27B model for supervised fine-tuning and analysis. Covers code, math, science and logic; each example pairs a <think> chain-of-thought with a final response and is distributed in JSONL/Parquet for SFT workflows.