deepakm10 commited on
Commit
07f7dbe
·
verified ·
1 Parent(s): 9539a4b

Upload distilbert_stage2/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. distilbert_stage2/config.json +38 -0
distilbert_stage2/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "bos_token_id": null,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "dtype": "float32",
11
+ "eos_token_id": null,
12
+ "hidden_dim": 3072,
13
+ "id2label": {
14
+ "0": "0",
15
+ "1": "1",
16
+ "2": "2"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "label2id": {
20
+ "0": 0,
21
+ "1": 1,
22
+ "2": 2
23
+ },
24
+ "max_position_embeddings": 512,
25
+ "model_type": "distilbert",
26
+ "n_heads": 12,
27
+ "n_layers": 6,
28
+ "pad_token_id": 0,
29
+ "problem_type": "single_label_classification",
30
+ "qa_dropout": 0.1,
31
+ "seq_classif_dropout": 0.2,
32
+ "sinusoidal_pos_embds": false,
33
+ "tie_weights_": true,
34
+ "tie_word_embeddings": true,
35
+ "transformers_version": "5.4.0",
36
+ "use_cache": false,
37
+ "vocab_size": 30522
38
+ }