Adapter training reduced embedding size test
Browse files- config.json +2 -2
- pytorch_model.bin +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassificationAdapters"
|
| 5 |
],
|
|
@@ -17,7 +17,7 @@
|
|
| 17 |
"model_type": "bert",
|
| 18 |
"num_attention_heads": 12,
|
| 19 |
"num_classification_heads": 2,
|
| 20 |
-
"num_hidden_layers":
|
| 21 |
"num_users": 2062,
|
| 22 |
"pad_token_id": 0,
|
| 23 |
"position_embedding_type": "absolute",
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "test",
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassificationAdapters"
|
| 5 |
],
|
|
|
|
| 17 |
"model_type": "bert",
|
| 18 |
"num_attention_heads": 12,
|
| 19 |
"num_classification_heads": 2,
|
| 20 |
+
"num_hidden_layers": 5,
|
| 21 |
"num_users": 2062,
|
| 22 |
"pad_token_id": 0,
|
| 23 |
"position_embedding_type": "absolute",
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 91270233
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2008e414861c0fd307b0f66fffa4aea609d0affc520014a3de6bce1f0f11180e
|
| 3 |
size 91270233
|