Derick DeCesare
commited on
Commit
·
cff82f5
1
Parent(s):
aff5dc7
updated yaml
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Chess GPT-4.5M
|
2 |
|
3 |
## Overview
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- chess
|
6 |
+
- gpt
|
7 |
+
- transformers
|
8 |
+
- text-generation
|
9 |
+
license: mit
|
10 |
+
datasets:
|
11 |
+
- lichess
|
12 |
+
pipeline_tag: text-generation
|
13 |
+
library_name: transformers
|
14 |
+
base_model: gpt2
|
15 |
+
---
|
16 |
+
|
17 |
# Chess GPT-4.5M
|
18 |
|
19 |
## Overview
|