JeffreyChou
commited on
Commit
•
e73e91d
1
Parent(s):
b44de5e
Add checkpoints in the LOTVS-CAP Github Repo
Browse files- LOTVS-CAP_checkpoints/Full_best_model.pth +3 -0
- LOTVS-CAP_checkpoints/Min_best_model.pth +3 -0
- LOTVS-CAP_checkpoints/bert/modeling_bert/bert-base-uncased-config.json +19 -0
- LOTVS-CAP_checkpoints/bert/modeling_bert/bert-base-uncased-pytorch_model.bin +3 -0
- LOTVS-CAP_checkpoints/bert/modeling_bert/bert-base-uncased-vocab.txt +0 -0
- LOTVS-CAP_checkpoints/bert/modeling_bert/pytorch_model.bin +3 -0
- LOTVS-CAP_checkpoints/bert/modeling_bert/tokenizer.json +0 -0
- LOTVS-CAP_checkpoints/bert/modeling_bert/tokenizer_config.json +3 -0
- LOTVS-CAP_checkpoints/bert/modeling_bert/vocab.txt +0 -0
LOTVS-CAP_checkpoints/Full_best_model.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b5429545d505828fa3744d7fc7a089a16e56df78fac84af419638145fd32e5a
|
3 |
+
size 892029681
|
LOTVS-CAP_checkpoints/Min_best_model.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe1872ceb70f8099d19c083518e40a2d92def7c13aa7e4a258dc0fd62b2b76b6
|
3 |
+
size 892029745
|
LOTVS-CAP_checkpoints/bert/modeling_bert/bert-base-uncased-config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attention_probs_dropout_prob": 0.1,
|
3 |
+
"hidden_act": "gelu",
|
4 |
+
"hidden_dropout_prob": 0.1,
|
5 |
+
"hidden_size": 768,
|
6 |
+
"initializer_range": 0.02,
|
7 |
+
"intermediate_size": 3072,
|
8 |
+
"max_position_embeddings": 512,
|
9 |
+
"dense_dim": 1024,
|
10 |
+
"num_tokens": 64,
|
11 |
+
"num_attention_heads": 8,
|
12 |
+
"num_hidden_layers": 12,
|
13 |
+
"num_layers":8,
|
14 |
+
"type_vocab_size": 2,
|
15 |
+
"vocab_size": 30522,
|
16 |
+
"positioning_type": "absolute",
|
17 |
+
"attention_probs_dropou_embeddt_prob": 0.1
|
18 |
+
|
19 |
+
}
|
LOTVS-CAP_checkpoints/bert/modeling_bert/bert-base-uncased-pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:097417381d6c7230bd9e3557456d726de6e83245ec8b24f529f60198a67b203a
|
3 |
+
size 440473133
|
LOTVS-CAP_checkpoints/bert/modeling_bert/bert-base-uncased-vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
LOTVS-CAP_checkpoints/bert/modeling_bert/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:097417381d6c7230bd9e3557456d726de6e83245ec8b24f529f60198a67b203a
|
3 |
+
size 440473133
|
LOTVS-CAP_checkpoints/bert/modeling_bert/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
LOTVS-CAP_checkpoints/bert/modeling_bert/tokenizer_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_lower_case": true
|
3 |
+
}
|
LOTVS-CAP_checkpoints/bert/modeling_bert/vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|