Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,19 @@ tags:
|
|
8 |
- board-games
|
9 |
- next-token-prediction
|
10 |
- othello
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
|
|
8 |
- board-games
|
9 |
- next-token-prediction
|
10 |
- othello
|
11 |
+
model-index:
|
12 |
+
- name: Othello-GPT
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
type: text-prediction
|
16 |
+
dataset:
|
17 |
+
name: Synthetic-Othello-20m
|
18 |
+
type: custom
|
19 |
+
metrics:
|
20 |
+
- name: Invalid Move Rate (IMR)
|
21 |
+
type: error
|
22 |
+
value: 0.0326171875
|
23 |
+
- name: Cross Entropy Loss
|
24 |
+
type: loss
|
25 |
+
value: 1.149412751197815
|
26 |
---
|