Zual commited on
Commit
9b1821f
·
verified ·
1 Parent(s): 5dd39b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -11,19 +11,15 @@ datasets:
11
  - lichess
12
  ---
13
 
 
 
 
14
  # Zual/chess_char
15
 
16
  ## Model Description
17
 
18
  `Zual/chess_char` is a GPT-2 based model trained to generate chess games in PGN (Portable Game Notation) format. It treats chess moves as a language modeling task, learning to predict the next character in a PGN sequence.
19
 
20
- - **Model Type:** GPT-2 (Decoder-only Transformer)
21
- - **Language(s):** PGN (Chess Notation)
22
- - **License:** MIT
23
- - **Related Paper:** "Compositions of relations with Transformers"
24
- - **GitHub Repository:** [![GitHub](https://img.shields.io/badge/GitHub-Repo-181717?logo=github)](https://github.com/l-pommeret/chess_char_test)
25
- - **Colab Notebook:** [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/129J3E6uJASrDLH7TsgOzFdSjAtvNPVRY?usp=sharing)
26
-
27
  ## Intended Use
28
 
29
  This model is intended for research purposes to study the capabilities of Transformer models in learning structured, rule-based systems (like Chess) purely from observational data.
 
11
  - lichess
12
  ---
13
 
14
+ [![GitHub](https://img.shields.io/badge/GitHub-Repo-181717?logo=github)](https://github.com/l-pommeret/chess_char_test) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/129J3E6uJASrDLH7TsgOzFdSjAtvNPVRY?usp=sharing)
15
+
16
+
17
  # Zual/chess_char
18
 
19
  ## Model Description
20
 
21
  `Zual/chess_char` is a GPT-2 based model trained to generate chess games in PGN (Portable Game Notation) format. It treats chess moves as a language modeling task, learning to predict the next character in a PGN sequence.
22
 
 
 
 
 
 
 
 
23
  ## Intended Use
24
 
25
  This model is intended for research purposes to study the capabilities of Transformer models in learning structured, rule-based systems (like Chess) purely from observational data.