austindavis commited on
Commit
8d717b4
1 Parent(s): acea686

Upload tokenizer

Browse files
Files changed (2) hide show
  1. README.md +5 -5
  2. tokenizer_config.json +1 -0
README.md CHANGED
@@ -1,14 +1,14 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
 
 
 
4
  model-index:
5
  - name: austindavis/gpt2-pretrained-lichess-uci
6
  results: []
7
- widget:
8
- - text: "e2e4"
9
- example_title: "King's pawn"
10
- - text: "d2d4"
11
- example_title: "Queen's pawn"
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
  tags:
3
  - generated_from_trainer
4
+ widget:
5
+ - text: e2e4
6
+ example_title: King's pawn
7
+ - text: d2d4
8
+ example_title: Queen's pawn
9
  model-index:
10
  - name: austindavis/gpt2-pretrained-lichess-uci
11
  results: []
 
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
tokenizer_config.json CHANGED
@@ -38,5 +38,6 @@
38
  "eos_token": "</s>",
39
  "model_max_length": 1000000000000000019884624838656,
40
  "pad_token": "<pad>",
 
41
  "unk_token": "<unk>"
42
  }
 
38
  "eos_token": "</s>",
39
  "model_max_length": 1000000000000000019884624838656,
40
  "pad_token": "<pad>",
41
+ "tokenizer_class": "UciTileTokenizer",
42
  "unk_token": "<unk>"
43
  }