idea-teacher
commited on
Commit
•
a2f0e91
1
Parent(s):
93275e6
Upload 3 files
Browse files- config.json +1 -0
- pytorch_model.bin +3 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"vocab_size": 21248, "hidden_size": 2048, "num_hidden_layers": 24, "num_attention_heads": 8, "hidden_act": "gelu_new", "intermediate_size": 8192, "hidden_dropout_prob": 0.1, "attention_probs_dropout_prob": 0.1, "max_position_embeddings": 512, "type_vocab_size": 2, "initializer_range": 0.2, "layer_norm_eps": 1e-12, "gradient_checkpointing": false, "position_embedding_type": "absolute", "use_cache": false, "model_type": "bert"}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:361c4843f5c5036692e41310c97b948b0fb7a5f1baa43fc9534bccd53a349c7e
|
3 |
+
size 5116688619
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|