jrahn commited on
Commit
b836b8f
1 Parent(s): 4a50f91

update description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 FENs
82
- - fine-tuned for text classification expert games in modified FEN notation.
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: