Spaces:
Running
Running
update model weights
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ device = 'cpu'
|
|
24 |
|
25 |
model_id = "philipp-zettl/chessPT"
|
26 |
|
27 |
-
model_path = hf_hub_download(repo_id=model_id, filename="chessPT-v0.
|
28 |
tokenizer_path = hf_hub_download(repo_id=model_id, filename="tokenizer.json")
|
29 |
|
30 |
model = DecoderTransformer(vocab_size, n_embed, context_size, n_layer, n_head, dropout)
|
|
|
24 |
|
25 |
model_id = "philipp-zettl/chessPT"
|
26 |
|
27 |
+
model_path = hf_hub_download(repo_id=model_id, filename="chessPT-v0.5.pth")
|
28 |
tokenizer_path = hf_hub_download(repo_id=model_id, filename="tokenizer.json")
|
29 |
|
30 |
model = DecoderTransformer(vocab_size, n_embed, context_size, n_layer, n_head, dropout)
|