nathanael-fijalkow commited on
Commit
568d22e
·
1 Parent(s): 3374af9

submit.py script

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -593,14 +593,7 @@ with gr.Blocks(
593
 
594
  1. **Train your model** using the [Chess Challenge Template](https://github.com/nathanael-fijalkow/ChessChallengeTemplate)
595
 
596
- 2. **Push to Hugging Face Hub**:
597
- ```python
598
- from chess_challenge import ChessForCausalLM, ChessTokenizer
599
-
600
- # After training
601
- model.push_to_hub("your-model-name", organization="{ORGANIZATION}")
602
- tokenizer.push_to_hub("your-model-name", organization="{ORGANIZATION}")
603
- ```
604
 
605
  3. **Verify your submission** by checking the model page on Hugging Face
606
 
 
593
 
594
  1. **Train your model** using the [Chess Challenge Template](https://github.com/nathanael-fijalkow/ChessChallengeTemplate)
595
 
596
+ 2. **Push to Hugging Face Hub** using the `submit.py` script provided in the template
 
 
 
 
 
 
 
597
 
598
  3. **Verify your submission** by checking the model page on Hugging Face
599