Spaces:
Running
Running
Commit ·
2bf95d6
1
Parent(s): 54ab0ba
Remove moention of ChessConfig and ChessCausalLM
Browse files
app.py
CHANGED
|
@@ -521,8 +521,6 @@ with gr.Blocks(
|
|
| 521 |
### Requirements
|
| 522 |
|
| 523 |
- Model must be under **1M parameters**
|
| 524 |
-
- Model must use the `ChessConfig` and `ChessForCausalLM` classes (or compatible)
|
| 525 |
-
- Include the tokenizer with your submission
|
| 526 |
- **Do not** use python-chess to filter moves during generation
|
| 527 |
|
| 528 |
### Tips for Better Performance
|
|
|
|
| 521 |
### Requirements
|
| 522 |
|
| 523 |
- Model must be under **1M parameters**
|
|
|
|
|
|
|
| 524 |
- **Do not** use python-chess to filter moves during generation
|
| 525 |
|
| 526 |
### Tips for Better Performance
|