add model
Browse files- config.json +5 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation": "gelu",
|
|
|
|
|
|
|
|
|
|
| 4 |
"attention_dropout": 0.1,
|
| 5 |
"dim": 768,
|
| 6 |
"dropout": 0.1,
|
|
@@ -16,6 +19,7 @@
|
|
| 16 |
"seq_classif_dropout": 0.2,
|
| 17 |
"sinusoidal_pos_embds": true,
|
| 18 |
"tie_weights_": true,
|
|
|
|
| 19 |
"transformers_version": "4.21.1",
|
| 20 |
"vocab_size": 30522
|
| 21 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/home/atsvigun/sasha/distillation/serialization_dir/distilbert/",
|
| 3 |
"activation": "gelu",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"DistilBertForSequenceClassification"
|
| 6 |
+
],
|
| 7 |
"attention_dropout": 0.1,
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
|
|
|
| 19 |
"seq_classif_dropout": 0.2,
|
| 20 |
"sinusoidal_pos_embds": true,
|
| 21 |
"tie_weights_": true,
|
| 22 |
+
"torch_dtype": "float32",
|
| 23 |
"transformers_version": "4.21.1",
|
| 24 |
"vocab_size": 30522
|
| 25 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e4caf2a6823b0da38b61eae66c4b6ddd35d46a99c0b6957c3c936a834a28781
|
| 3 |
+
size 267852913
|