Chess Challenge submission by Chiensaucisse67
Browse files- config.json +0 -4
config.json
CHANGED
|
@@ -2,10 +2,6 @@
|
|
| 2 |
"architectures": [
|
| 3 |
"ChessForCausalLM"
|
| 4 |
],
|
| 5 |
-
"auto_map": {
|
| 6 |
-
"AutoConfig": "model_custom.ChessConfig",
|
| 7 |
-
"AutoModelForCausalLM": "model_custom.ChessForCausalLM"
|
| 8 |
-
},
|
| 9 |
"bos_token_id": 1,
|
| 10 |
"dropout": 0.1,
|
| 11 |
"dtype": "float32",
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"ChessForCausalLM"
|
| 4 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"bos_token_id": 1,
|
| 6 |
"dropout": 0.1,
|
| 7 |
"dtype": "float32",
|