squish commited on
Commit
67badc6
1 Parent(s): fea094e

corrected model

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ BertHarmon is a BERT model trained for the task of Chess.
27
 
28
  ```python
29
  from transformers import pipeline
30
- task = pipeline('fill-mask', model='BertHarmon')
31
  task("rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1 White <MOVE_SEP> [MASK]")
32
  ```
33
 
 
27
 
28
  ```python
29
  from transformers import pipeline
30
+ task = pipeline('fill-mask', model='squish/BertHarmon')
31
  task("rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1 White <MOVE_SEP> [MASK]")
32
  ```
33