CoolFace
Datasetpublic

CUNY-Hunter-CSCI-49900-Group-6/citylens

How to add files using Git LFS "This is incomplete, but I was having difficulty adding files using Git LFS or Huggingface Xet, so these are some of the steps I took You essentially need to track files using Git LFS. You do this by running a command like 'git lfs track file_name' Make sure you have git-lfs (or git-xet?) installed first Also if you already set up the repository without file tracking you may need to run 'git lfs migrate import --everything' to rewrite the repo… See the full description on the dataset page: https://huggingface.co/datasets/CUNY-Hunter-CSCI-49900-Group-6/citylens.

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes58downloads
Dataset Card

How to add files using Git LFS

"This is incomplete, but I was having difficulty adding files using Git LFS or Huggingface Xet, so these are some of the steps I took

You essentially need to track files using Git LFS. You do this by running a command like 'git lfs track file_name'

  • —Make sure you have git-lfs (or git-xet?) installed first

Also if you already set up the repository without file tracking you may need to run 'git lfs migrate import --everything' to rewrite the repo history to include the large files (?). You shouldn't have to do this though because I already did that"