Delete config.json
Browse files- config.json +0 -12
config.json
DELETED
|
@@ -1,12 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"BigramLanguageModel"
|
| 4 |
-
],
|
| 5 |
-
"n_embd": 64,
|
| 6 |
-
"n_head": 4,
|
| 7 |
-
"n_layer": 4,
|
| 8 |
-
"vocab_size": <vocab_size>, // Replace with the actual size of your vocabulary
|
| 9 |
-
"block_size": 32,
|
| 10 |
-
"dropout": 0.1,
|
| 11 |
-
"model_type": "custom"
|
| 12 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|