Aidan Mannion
commited on
Commit
·
dbeac56
1
Parent(s):
f121d1c
Upload 4 files
Browse files- config.json +1 -0
- pytorch_model.bin +3 -0
- tokenizer_config.json +1 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"_name_or_path": "ap-mannion/kgi-bert-es", "activation": "gelu", "architectures": ["DistilBertModel"], "attention_dropout": 0.15, "dim": 768, "dropout": 0.05, "hidden_dim": 3072, "initializer_range": 0.02, "max_position_embeddings": 512, "model_type": "distilbert", "n_heads": 12, "n_layers": 12, "pad_token_id": 0, "qa_dropout": 0.1, "seq_classif_dropout": 0.2, "sinusoidal_pos_embds": false, "torch_dtype": "float32", "transformers_version": "4.27.4", "vocab_size": 50464}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1897f2e28a57a679875b21976d3a84af33e3549e1a2ae06ae181b8eec90dc5f
|
3 |
+
size 496885021
|
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
|
|