Upload model
Browse files- config.json +4 -0
- pytorch_model.bin +3 -0
config.json
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"activation": "gelu",
|
|
|
|
|
|
|
|
|
|
| 3 |
"attention_dropout": 0.1,
|
| 4 |
"dim": 768,
|
| 5 |
"dropout": 0.1,
|
|
@@ -13,6 +16,7 @@
|
|
| 13 |
"qa_dropout": 0.1,
|
| 14 |
"seq_classif_dropout": 0.2,
|
| 15 |
"sinusoidal_pos_embds": false,
|
|
|
|
| 16 |
"transformers_version": "4.26.0",
|
| 17 |
"vocab_size": 30522
|
| 18 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"activation": "gelu",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"DistilBertModel"
|
| 5 |
+
],
|
| 6 |
"attention_dropout": 0.1,
|
| 7 |
"dim": 768,
|
| 8 |
"dropout": 0.1,
|
|
|
|
| 16 |
"qa_dropout": 0.1,
|
| 17 |
"seq_classif_dropout": 0.2,
|
| 18 |
"sinusoidal_pos_embds": false,
|
| 19 |
+
"torch_dtype": "float32",
|
| 20 |
"transformers_version": "4.26.0",
|
| 21 |
"vocab_size": 30522
|
| 22 |
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:292649a1e78fc3ef71393426b919b473731270ed0e02ac0329c1737e181df228
|
| 3 |
+
size 180413453
|