MJerome commited on
Commit
3964823
Β·
1 Parent(s): 23eb487

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -1,10 +1,28 @@
1
  ---
2
  title: README
3
- emoji: πŸ‘€
4
  colorFrom: yellow
5
  colorTo: green
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: README
3
+ emoji: πŸ‘
4
  colorFrom: yellow
5
  colorTo: green
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
+ # Welcome to Leon-LLM on Hugging Face
11
+
12
+ ## Introduction
13
+ Leon-LLM, an project group from ZHAW, is dedicated to exploring the linguistics of chess through Large Language Models (LLMs). Our primary focus is on training LLMs exclusively with chess game sequences, aiming to teach these models the rules of chess and enable them to make legal moves and predict outcomes without explicit rule-based programming.
14
+
15
+ For more comprehensive details on our project, methodologies, and findings, visit our [GitHub repository](https://github.zhaw.ch/schmila7/leon-llm).
16
+
17
+ ## Project Highlights
18
+ - **Research Paper:** Explore our findings in the paper [Language Models Explore the Linguistics of Chess](https://github.zhaw.ch/schmila7/leon-llm/blob/main/LanguageModelsExploreTheLinguisticsOfChess.pdf).
19
+ - **Unique Approach:** Training models using the [xLAN](https://github.zhaw.ch/schmila7/leon-llm/blob/main/README.md#xlan-format) notation for chess sequences.
20
+ - **Interactive Models:** Experiment with our models to play chess, predict moves, and analyze games.
21
+
22
+ ## Datasets
23
+ - **Datasets:** Utilizing the Lichess database, our chess datasets are encoded in xLAN, providing rich training material for our models.
24
+
25
+ ## Explore Our Models
26
+ Browse through our collection of models and datasets here on Hugging Face to delve deeper into the fascinating intersection of chess and language modeling.
27
+
28
+ *Happy Exploring and Learning!*