Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

YAML Metadata Warning:The task_categories "recipe-generation" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-ranking, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, image-text-to-image, image-text-to-video, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, visual-document-retrieval, any-to-any, video-to-video, other

🍽️ Vintage American Recipes Dataset (1940–1999)

This curated dataset features a selection of vintage American recipes extracted from unpublished church cookbooks, bulletins, and local magazines spanning 1940 to 1999. Each recipe is cleaned and structured in JSON format, including fields such as title, ingredients, instructions, category, and year.

Over the years, I’ve been collecting a large archive of 10,000+ pre-internet recipes from cookbooks, newspapers, churches, schools, and community contributors. This dataset represents the first public release, showcasing a small but meaningful portion of this collection.

If you're interested in machine learning, historical analysis, or culinary projects and would like access to the full dataset, feel free to reach out!

πŸ“¦ Dataset Structure

  • Format: JSON
  • Number of records: 77 (in this version)
  • Fields:
    • title
    • ingredients
    • instructions
    • category
    • year

πŸ” Use Cases

  • Recipe generation
  • Historical food analysis
  • Fine-tuning models (GPT-2, GPT-J, LLaMA)
  • Text classification or clustering

πŸ”– License

This dataset is licensed under CC BY-NC 4.0.

πŸ™‹ Author

Created and curated by Donglin Xiong (@donglin1608)

🧠 Example

{
  "title": "Grandma’s Apple Pie",
  "ingredients": [
    "6 apples, sliced",
    "1 cup sugar",
    "2 tsp cinnamon",
    "1 pie crust"
  ],
  "instructions": "Mix all ingredients. Place in crust. Bake at 375Β°F for 45 minutes.",
  "category": "Dessert",
  "year": 1955
}
Downloads last month
7