agemagician commited on
Commit
706a322
·
verified ·
1 Parent(s): e58b0a2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json CHANGED
@@ -1,4 +1,15 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
2
  "cell_emb_style": "cls",
3
  "d_hid": 512,
4
  "d_model": 512,
 
1
  {
2
+ "architectures": [
3
+ "scgpt"
4
+ ],
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_scgpt.ScgptConfig",
7
+ "AutoModel": "modeling_scgpt.ScgptModel"
8
+ },
9
+ "model_type": "scgpt",
10
+ "phi_config": {
11
+ "model_type": "scgpt"
12
+ },
13
  "cell_emb_style": "cls",
14
  "d_hid": 512,
15
  "d_model": 512,