Upload model
Browse files- config.json +13 -14
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,24 +1,23 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"hidden_size": 128,
|
| 10 |
"initializer_range": 0.02,
|
| 11 |
-
"intermediate_size": 512,
|
| 12 |
-
"layer_norm_eps": 1e-12,
|
| 13 |
"max_position_embeddings": 512,
|
| 14 |
-
"model_type": "
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
"pad_token_id": 0,
|
| 18 |
-
"
|
|
|
|
|
|
|
|
|
|
| 19 |
"torch_dtype": "float32",
|
| 20 |
"transformers_version": "4.51.3",
|
| 21 |
-
"type_vocab_size": 2,
|
| 22 |
-
"use_cache": true,
|
| 23 |
"vocab_size": 30522
|
| 24 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"activation": "gelu",
|
| 3 |
"architectures": [
|
| 4 |
+
"DistilBertModel"
|
| 5 |
],
|
| 6 |
+
"attention_dropout": 0.1,
|
| 7 |
+
"dim": 768,
|
| 8 |
+
"dropout": 0.1,
|
| 9 |
+
"hidden_dim": 3072,
|
|
|
|
| 10 |
"initializer_range": 0.02,
|
|
|
|
|
|
|
| 11 |
"max_position_embeddings": 512,
|
| 12 |
+
"model_type": "distilbert",
|
| 13 |
+
"n_heads": 12,
|
| 14 |
+
"n_layers": 6,
|
| 15 |
"pad_token_id": 0,
|
| 16 |
+
"qa_dropout": 0.1,
|
| 17 |
+
"seq_classif_dropout": 0.2,
|
| 18 |
+
"sinusoidal_pos_embds": false,
|
| 19 |
+
"tie_weights_": true,
|
| 20 |
"torch_dtype": "float32",
|
| 21 |
"transformers_version": "4.51.3",
|
|
|
|
|
|
|
| 22 |
"vocab_size": 30522
|
| 23 |
}
|
model.safetensors
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:d0a98bfb925067d5c90b97884c9fd6812b6c4f5b6e74bca1994ebe6dcab6dd3a
|
| 3 |
+
size 265462608
|