Aidan Mannion
commited on
Commit
·
9b0aff8
1
Parent(s):
4e762e5
Upload 4 files
Browse files- config.json +23 -0
- pytorch_model.bin +3 -0
- tokenizer_config.json +1 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "./mbiolm-proj/transformer-config-files/custom-distilbert-large/",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForMaskedLM"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.15,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.05,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"max_position_embeddings": 512,
|
13 |
+
"model_type": "distilbert",
|
14 |
+
"n_heads": 12,
|
15 |
+
"n_layers": 12,
|
16 |
+
"pad_token_id": 0,
|
17 |
+
"qa_dropout": 0.1,
|
18 |
+
"seq_classif_dropout": 0.2,
|
19 |
+
"sinusoidal_pos_embds": false,
|
20 |
+
"torch_dtype": "float32",
|
21 |
+
"transformers_version": "4.27.4",
|
22 |
+
"vocab_size": 50000
|
23 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4e8ce867c0d5fba6e01266e0c93462ee7fd6cabb270d82e1e8f8c0944f5ab40
|
3 |
+
size 498034737
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"name_or_path": "", "model_max_length": 1000000000000000019884624838656, "model_input_names": ["input_ids", "token_type_ids", "attention_mask"]}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|