squish commited on
Commit
fea094e
1 Parent(s): 4dbfe28

Readme tweaks

Browse files
Files changed (2) hide show
  1. README.md +9 -7
  2. logo.png +0 -0
README.md CHANGED
@@ -11,15 +11,11 @@ widget:
11
 
12
  # BertHarmon
13
 
14
- Research done at Johns Hopkins University by Michael DeLeo![iu-13](logo.png)
15
 
16
  Contact: mdeleo2@jh.edu
17
 
18
- ## Links
19
-
20
- [Github](https://github.com/deleomike/NLP-Chess)
21
-
22
- [HuggingFace](https://huggingface.co/squish/BertHarmon)
23
 
24
  ## Introduction
25
 
@@ -35,4 +31,10 @@ task = pipeline('fill-mask', model='BertHarmon')
35
  task("rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1 White <MOVE_SEP> [MASK]")
36
  ```
37
 
38
- The base string consists of the FEN_position followed by the player color and a move seperator. Finally with the [MASK] token. The mask token is the algebraic notation for a chess move to be taken givent the current board state in FEN Notation
 
 
 
 
 
 
 
11
 
12
  # BertHarmon
13
 
14
+ Research done at Johns Hopkins University by Michael DeLeo
15
 
16
  Contact: mdeleo2@jh.edu
17
 
18
+ ![iu-13](logo.png)
 
 
 
 
19
 
20
  ## Introduction
21
 
 
31
  task("rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1 White <MOVE_SEP> [MASK]")
32
  ```
33
 
34
+ The base string consists of the FEN_position followed by the player color and a move seperator. Finally with the [MASK] token. The mask token is the algebraic notation for a chess move to be taken givent the current board state in FEN Notation
35
+
36
+ ## Links
37
+
38
+ [Github](https://github.com/deleomike/NLP-Chess)
39
+
40
+ [HuggingFace](https://huggingface.co/squish/BertHarmon)
logo.png CHANGED