YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

!pip install datasets huggingface_hub "source": [ "## 7. Prepare the dataset for Hugging Face" ] }, { "cell_type": "code", "execution_count": None, "id": "661d6903", "metadata": { "id": "661d6903" }, "outputs": [], "source": [ "\n", "from datasets import load_dataset\n", "\n", "# Load and prepare dataset\n", "dataset = load_dataset('csv', data_files={'train': 'MaryahGreene/FamHistory/train.csv', 'validation': 'MaryahGreene/Regression/Classification/val.csv', 'test': 'test.csv'})\n", "\n", "# Check dataset format\n", "print(dataset)\n" ] },

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support