add model
Browse files- config.json +3 -2
- pytorch_model.bin +3 -0
config.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
-
"
|
| 6 |
],
|
| 7 |
"attention_dropout": 0.1,
|
| 8 |
"dim": 768,
|
|
@@ -18,6 +18,7 @@
|
|
| 18 |
"seq_classif_dropout": 0.2,
|
| 19 |
"sinusoidal_pos_embds": false,
|
| 20 |
"tie_weights_": true,
|
|
|
|
| 21 |
"transformers_version": "4.16.2",
|
| 22 |
"vocab_size": 30522
|
| 23 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "saved_models",
|
| 3 |
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
+
"DistilBertModel"
|
| 6 |
],
|
| 7 |
"attention_dropout": 0.1,
|
| 8 |
"dim": 768,
|
|
|
|
| 18 |
"seq_classif_dropout": 0.2,
|
| 19 |
"sinusoidal_pos_embds": false,
|
| 20 |
"tie_weights_": true,
|
| 21 |
+
"torch_dtype": "float32",
|
| 22 |
"transformers_version": "4.16.2",
|
| 23 |
"vocab_size": 30522
|
| 24 |
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3901f44516fc62ca80640a14f53b2f6e572a61f53e641e1bf09c44aef12a8711
|
| 3 |
+
size 265486777
|