Text Generation
Transformers
PyTorch
Safetensors
bloom
Eval Results
text-generation-inference
Inference Endpoints
cakiki lewtun HF staff commited on
Commit
c0f6835
1 Parent(s): 515ae96

Fix architecture (#33)

Browse files

- Fix architecture (41f61780d2410f49fe623151dfae049457422114)


Co-authored-by: Lewis Tunstall <[email protected]>

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -4,7 +4,7 @@
4
  "attention_softmax_in_fp32": true,
5
  "bias_dropout_fusion": true,
6
  "architectures": [
7
- "BloomModel"
8
  ],
9
  "bos_token_id": 1,
10
  "eos_token_id": 2,
 
4
  "attention_softmax_in_fp32": true,
5
  "bias_dropout_fusion": true,
6
  "architectures": [
7
+ "BloomModelForCausalLM"
8
  ],
9
  "bos_token_id": 1,
10
  "eos_token_id": 2,