debajyotidatta commited on
Commit
15416b3
1 Parent(s): 2966254

Upload DistilBertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +16 -26
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,12 +1,13 @@
1
  {
2
- "_name_or_path": "microsoft/deberta-v3-base",
 
3
  "architectures": [
4
- "DebertaV2ForSequenceClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "hidden_act": "gelu",
8
- "hidden_dropout_prob": 0.1,
9
- "hidden_size": 768,
10
  "id2label": {
11
  "0": "probing_exploring",
12
  "1": "expository",
@@ -14,34 +15,23 @@
14
  "3": "other"
15
  },
16
  "initializer_range": 0.02,
17
- "intermediate_size": 3072,
18
  "label2id": {
19
  "expository": 1,
20
  "other": 3,
21
  "probing_exploring": 0,
22
  "procedural": 2
23
  },
24
- "layer_norm_eps": 1e-07,
25
  "max_position_embeddings": 512,
26
- "max_relative_positions": -1,
27
- "model_type": "deberta-v2",
28
- "norm_rel_ebd": "layer_norm",
29
- "num_attention_heads": 12,
30
- "num_hidden_layers": 12,
31
  "pad_token_id": 0,
32
- "pooler_dropout": 0,
33
- "pooler_hidden_act": "gelu",
34
- "pooler_hidden_size": 768,
35
- "pos_att_type": [
36
- "p2c",
37
- "c2p"
38
- ],
39
- "position_biased_input": false,
40
- "position_buckets": 256,
41
- "relative_attention": true,
42
- "share_att_key": true,
43
  "torch_dtype": "float32",
44
  "transformers_version": "4.25.1",
45
- "type_vocab_size": 0,
46
- "vocab_size": 128100
47
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
  "architectures": [
5
+ "DistilBertForSequenceClassification"
6
  ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
  "id2label": {
12
  "0": "probing_exploring",
13
  "1": "expository",
 
15
  "3": "other"
16
  },
17
  "initializer_range": 0.02,
 
18
  "label2id": {
19
  "expository": 1,
20
  "other": 3,
21
  "probing_exploring": 0,
22
  "procedural": 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
  "torch_dtype": "float32",
35
  "transformers_version": "4.25.1",
36
+ "vocab_size": 30522
 
37
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ada9e61ab6f9b23bdc8e70551745f33548b4def15ef618be45725090cb0f32d7
3
- size 737774905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a8d72a2fc16b3787a0cadb4c90e5a9f57fdc01341f260a91643181ccabc9f5c
3
+ size 267861677