nouamanetazi HF staff commited on
Commit
854df38
1 Parent(s): da2403c

Delete onnx/config.json

Browse files
Files changed (1) hide show
  1. onnx/config.json +0 -29
onnx/config.json DELETED
@@ -1,29 +0,0 @@
1
- {
2
- "_name_or_path": "bigscience/bigscience-small-testing",
3
- "apply_residual_connection_post_layernorm": false,
4
- "architectures": [
5
- "BloomModel"
6
- ],
7
- "attention_dropout": 0.1,
8
- "attention_softmax_in_fp32": true,
9
- "bias_dropout_fusion": true,
10
- "bos_token_id": 0,
11
- "eos_token_id": 0,
12
- "hidden_dropout": 0.1,
13
- "initializer_range": 0.02,
14
- "layer_norm_epsilon": 1e-05,
15
- "masked_softmax_fusion": true,
16
- "n_embed": 64,
17
- "n_inner": null,
18
- "n_layer": 2,
19
- "num_attention_heads": 8,
20
- "pad_token_id": 0,
21
- "pretraining_tp": 2,
22
- "seq_length": 20,
23
- "skip_bias_add": true,
24
- "slow_but_exact": true,
25
- "torch_dtype": "bfloat16",
26
- "transformers_version": "4.21.0.dev0",
27
- "use_cache": false,
28
- "vocab_size": 250880
29
- }