CoolFace
Datasetpublic

AWeirdDev/all-recipes-xs

all-recipes-xs (500) All Recipes dataset (extra small). from datasets import load_dataset # Load the dataset dataset = load_dataset("AWeirdDev/all-recipes-xs") Alternatively, load with pickle from _frozen.pkl: import pickle import requests r = requests.get("https://huggingface.co/datasets/AWeirdDev/all-recipes-xs/resolve/main/_frozen.pkl") dataset = pickle.loads(r.content) Features Note: Empty values are presented as "unknown" instead of None (normally, unless… See the full description on the dataset page: https://huggingface.co/datasets/AWeirdDev/all-recipes-xs.

sourceHugging Facemitupdated 2y agoView on Hugging Face
1likes30downloads
discussions and pull requests

Conversations for this repository live on Hugging Face.

CoolFace shows imported repositories read-only. Posting into someone else’s repository from here would need an authorised integration and the account holder’s consent, so the link goes to the source instead.

Open discussions on Hugging Face
AWeirdDev/all-recipes-xs · CoolFace