dangdana commited on
Commit
73a7c6d
1 Parent(s): ee9ff41

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +48 -0
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased-finetuned-sst-2-english",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "auto_cast": null,
9
+ "auto_cast_type": null,
10
+ "dim": 768,
11
+ "disable_fallback": false,
12
+ "disable_fast_relayout": false,
13
+ "dropout": 0.1,
14
+ "dynamic_batch_size": false,
15
+ "finetuning_task": "sst-2",
16
+ "hidden_dim": 3072,
17
+ "id2label": {
18
+ "0": "NEGATIVE",
19
+ "1": "POSITIVE"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "input_names": [
23
+ "input_ids",
24
+ "attention_mask"
25
+ ],
26
+ "label2id": {
27
+ "NEGATIVE": 0,
28
+ "POSITIVE": 1
29
+ },
30
+ "max_position_embeddings": 512,
31
+ "model_type": "distilbert",
32
+ "n_heads": 12,
33
+ "n_layers": 6,
34
+ "neuron_batch_size": 1,
35
+ "neuron_sequence_length": 64,
36
+ "neuron_version": "0.0",
37
+ "output_names": [
38
+ "logits"
39
+ ],
40
+ "output_past": true,
41
+ "pad_token_id": 0,
42
+ "qa_dropout": 0.1,
43
+ "seq_classif_dropout": 0.2,
44
+ "sinusoidal_pos_embds": false,
45
+ "tie_weights_": true,
46
+ "transformers_version": "4.31.0.dev0",
47
+ "vocab_size": 30522
48
+ }