Proper custom PyTorch upload: weights + config.json (for notebook loading only).
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -7,5 +7,5 @@
|
|
| 7 |
"block_size": 128,
|
| 8 |
"dropout": 0.1,
|
| 9 |
"bias": true,
|
| 10 |
-
"architectural_notes": "
|
| 11 |
}
|
|
|
|
| 7 |
"block_size": 128,
|
| 8 |
"dropout": 0.1,
|
| 9 |
"bias": true,
|
| 10 |
+
"architectural_notes": "Notebook custom GPT implementation. Not compatible with transformers AutoModel!"
|
| 11 |
}
|