Commit
e3a49c3
1 Parent(s): e5a3bad

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +50 -0
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/tmp/tmpqv7n9v79",
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 32,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 37,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "neuron": {
17
+ "auto_cast": null,
18
+ "auto_cast_type": null,
19
+ "compiler_type": "neuronx-cc",
20
+ "compiler_version": "2.13.66.0+6dfecc895",
21
+ "disable_fallback": false,
22
+ "disable_fast_relayout": false,
23
+ "dynamic_batch_size": false,
24
+ "inline_weights_to_neff": true,
25
+ "input_names": [
26
+ "input_ids",
27
+ "attention_mask",
28
+ "token_type_ids"
29
+ ],
30
+ "model_type": "bert",
31
+ "optlevel": "2",
32
+ "output_attentions": false,
33
+ "output_hidden_states": false,
34
+ "output_names": [
35
+ "logits"
36
+ ],
37
+ "static_batch_size": 1,
38
+ "static_sequence_length": 32
39
+ },
40
+ "num_attention_heads": 4,
41
+ "num_hidden_layers": 5,
42
+ "pad_token_id": 0,
43
+ "position_embedding_type": "absolute",
44
+ "task": "text-classification",
45
+ "torchscript": true,
46
+ "transformers_version": "4.41.1",
47
+ "type_vocab_size": 16,
48
+ "use_cache": true,
49
+ "vocab_size": 1124
50
+ }