fun classification model

#45
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -14,6 +14,10 @@
14
  1,
15
  106
16
  ],
 
 
 
 
17
  "image_token_id": 258880,
18
  "initializer_range": 0.02,
19
  "model_type": "gemma4",
 
14
  1,
15
  106
16
  ],
17
+ "id2label": {"0": "no", "1": "yes"},
18
+ "label2id": {"no": 0, "yes": 1},
19
+ "classifier_token_ids": {"no": 1904, "yes": 4443},
20
+ "max_position_embeddings": 26214,
21
  "image_token_id": 258880,
22
  "initializer_range": 0.02,
23
  "model_type": "gemma4",