saget-antoine/francecrops-float16
FranceCrops Float16 Dataset Memory-efficient version of the FranceCrops dataset stored in float16 format. Usage from datasets import load_dataset # Load dataset dataset = load_dataset("saget-antoine/francecrops-float16") # Load with specific format (recommended for training) # As float32 dataset = dataset.with_format('torch', dtype=torch.float32) # Or as float16 for memory efficiency dataset = dataset.with_format('torch', dtype=torch.float16) # Or as bfloat16… See the full description on the dataset page: https://huggingface.co/datasets/saget-antoine/francecrops-float16.
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