josh-oo commited on
Commit
2c22dd4
1 Parent(s): 791692d

Adapter training reduced embedding size

Browse files
Files changed (2) hide show
  1. config.json +2 -1
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -5,6 +5,7 @@
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
 
8
  "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
@@ -24,6 +25,6 @@
24
  "transformers_version": "4.30.1",
25
  "type_vocab_size": 2,
26
  "use_cache": true,
27
- "user_dropout_prob": 0.5,
28
  "vocab_size": 30522
29
  }
 
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
+ "embedding_size": 32,
9
  "gradient_checkpointing": false,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
 
25
  "transformers_version": "4.30.1",
26
  "type_vocab_size": 2,
27
  "use_cache": true,
28
+ "user_dropout_prob": 0.3,
29
  "vocab_size": 30522
30
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:864b62fa285ec3093fa8e7bc62c167815f6bb8e0f8806c3cbbcd70dafc068dd3
3
- size 99607641
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66726bec1c4f9255f93c591b5c9bcfc5fd377be0fd1682704735dc6388647a08
3
+ size 91270233