julesdamidaux commited on
Commit
fb41672
·
verified ·
1 Parent(s): 462ca02

Chess Challenge submission by julesdamidaux

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. config.json +2 -2
  3. model.safetensors +2 -2
README.md CHANGED
@@ -14,13 +14,13 @@ Chess model submitted to the LLM Course Chess Challenge.
14
  ## Submission Info
15
 
16
  - **Submitted by**: [julesdamidaux](https://huggingface.co/julesdamidaux)
17
- - **Parameters**: 1,856,256
18
  - **Organization**: LLM-course
19
 
20
  ## Model Details
21
 
22
  - **Architecture**: Chess Transformer (GPT-style)
23
  - **Vocab size**: 1682
24
- - **Embedding dim**: 192
25
  - **Layers**: 4
26
  - **Heads**: 4
 
14
  ## Submission Info
15
 
16
  - **Submitted by**: [julesdamidaux](https://huggingface.co/julesdamidaux)
17
+ - **Parameters**: 909,824
18
  - **Organization**: LLM-course
19
 
20
  ## Model Details
21
 
22
  - **Architecture**: Chess Transformer (GPT-style)
23
  - **Vocab size**: 1682
24
+ - **Embedding dim**: 128
25
  - **Layers**: 4
26
  - **Heads**: 4
config.json CHANGED
@@ -13,9 +13,9 @@
13
  "layer_norm_epsilon": 1e-05,
14
  "model_type": "chess_transformer",
15
  "n_ctx": 256,
16
- "n_embd": 192,
17
  "n_head": 4,
18
- "n_inner": 576,
19
  "n_layer": 4,
20
  "pad_token_id": 0,
21
  "tie_weights": true,
 
13
  "layer_norm_epsilon": 1e-05,
14
  "model_type": "chess_transformer",
15
  "n_ctx": 256,
16
+ "n_embd": 128,
17
  "n_head": 4,
18
+ "n_inner": 384,
19
  "n_layer": 4,
20
  "pad_token_id": 0,
21
  "tie_weights": true,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8265a8f5c4f8afb12ff59d3eaa8e0e41132059351f77cef803435d229c804204
3
- size 7429448
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1ca8c5f2dc0f12113ccf254c1c414a39391dd4e00b5dfc049295105cf9fcdac
3
+ size 3643696