baseten-admin commited on
Commit
ef45dff
·
verified ·
1 Parent(s): 2bf0822

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -48,10 +48,10 @@
48
  },
49
  "boa_token_id": 256000,
50
  "boi_token_id": 255999,
51
- "classifier_token_ids": {
52
- "no": 1904,
53
- "yes": 4443
54
- },
55
  "dtype": "bfloat16",
56
  "eoa_token_id": 258883,
57
  "eoa_token_index": 258883,
 
48
  },
49
  "boa_token_id": 256000,
50
  "boi_token_id": 255999,
51
+ "id2label": {"0": "no", "1": "yes"},
52
+ "label2id": {"no": 0, "yes": 1},
53
+ "classifier_token_ids": {"no": 1904, "yes": 4443},
54
+ "max_position_embeddings": 26214,
55
  "dtype": "bfloat16",
56
  "eoa_token_id": 258883,
57
  "eoa_token_index": 258883,