update description
Browse files
app.py
CHANGED
|
@@ -78,8 +78,8 @@ with gr.Blocks() as block:
|
|
| 78 |
'''
|
| 79 |
# Play YoloChess - Policy Network v0.4
|
| 80 |
110M Parameter Transformer (DeBERTaV2-base architecture)
|
| 81 |
-
- pre-trained (MLM) from scratch on
|
| 82 |
-
- fine-tuned for text classification expert games
|
| 83 |
'''
|
| 84 |
)
|
| 85 |
with gr.Row() as row:
|
|
|
|
| 78 |
'''
|
| 79 |
# Play YoloChess - Policy Network v0.4
|
| 80 |
110M Parameter Transformer (DeBERTaV2-base architecture)
|
| 81 |
+
- pre-trained (MLM) from scratch on chess positions in modified FEN notation
|
| 82 |
+
- fine-tuned for text classification (moves) on expert games.
|
| 83 |
'''
|
| 84 |
)
|
| 85 |
with gr.Row() as row:
|