dishantghai commited on
Commit
ae3a955
·
verified ·
1 Parent(s): 55a3d7c

Proper custom PyTorch upload: weights + config.json (for notebook loading only).

Browse files
Files changed (1) hide show
  1. 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": "Uploaded from Vizuara AI Labs notebook. Custom architecture."
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
  }