File size: 471 Bytes
b3f4ed7
 
 
 
27166aa
 
 
 
 
 
 
 
 
 
 
 
 
cd7ba99
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
license: mit
datasets:
- Xmaster6y/stockfish-debug
name: Xmaster6y/gpt2-stockfish-debug
results:
  - task: train
    metrics:
    - name: train-loss
      type: loss
      value: 0.151
      verified: false
    - name: eval-loss
      type: loss
      value: 0.138
      verified: false
      
---
# Model Card for gpt2-stockfish-debug

## Details

Simple completion tuning using an equivalent of:

```json
{"prompt":"FEN: {fen}\nMOVE:", "completion": " {move}"}
```