huggingface / competitions

https://huggingface.co/docs/competitions
Apache License 2.0
113 stars 12 forks source link

How to modify the competition #40

Open dakshvar22 opened 2 weeks ago

dakshvar22 commented 2 weeks ago

Hi! I created a new competition using the tool given here. All good up till here. Then I had the space automatically running. To modify the competition, I cloned the repository of the space locally with the command given on the UI

git clone https://huggingface.co/spaces/cmdgentest/commandgen

When I inspected the contents, it had only two files - Dockerfile and README.md. This was surprising as i expected the files mentioned here. However, I still created these files myself and pushed the changes to the spaces repo. Once the space was restarted and running, I still wasn't able to see the changes I made.

At this point I am confused where exactly should I put files like conf.json in my case.

ktrapeznikov commented 2 weeks ago

These files should be in the dataset repo from what I understand