Crystina
commited on
Commit
·
18b5993
1
Parent(s):
ea88136
add model
Browse files- config.json +28 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/GW/carpet/nobackup/czhang/msmarcopsg/.capreolus/results/collection-msmarcopsg/benchmark-msmarcopsg/collection-msmarcopsg/benchmark-msmarcopsg/collection-msmarcopsg/benchmark-msmarcopsg/searcher-msptop200_firststage-tct/task-rank_filter-False/collection-msmarcopsg/benchmark-msmarcopsg/collection-msmarcopsg/index-anserini_indexstops-True_stemmer-None/tokenizer-berttokenizer_pretrained-bert-base-uncased/extractor-LCEbertpassage_maxqlen-50_maxseqlen-256_numpassages-1_passagelen-150_prob-0.1_seed-42_sentences-False_stride-100/collection-msmarcopsg/benchmark-msmarcopsg/trainer-tensorflow_amp-True_batch-16_bertlr-1e-05_decay-0.1_decayiters-10_decaytype-linear_eager-False_evalbatch-256_itersize-48000_loss-lce_lr-1e-05_niters-10_seed-42_validatefreq-10_warmupiters-1/reranker-TFBERTMaxP_aggregation-max_hidden_dropout_prob-0.1_pretrained-google/electra-base-discriminator/sampler-LCE_nneg-31_seed-42/task-rerank_fold-s1_metrics-default_optimize-MRR@10_seed-42_testthreshold-1000_threshold-1000/hgf-format/",
|
3 |
+
"architectures": [
|
4 |
+
"ElectraForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"embedding_size": 768,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 3072,
|
13 |
+
"layer_norm_eps": 1e-12,
|
14 |
+
"max_position_embeddings": 512,
|
15 |
+
"model_type": "electra",
|
16 |
+
"num_attention_heads": 12,
|
17 |
+
"num_hidden_layers": 12,
|
18 |
+
"pad_token_id": 0,
|
19 |
+
"position_embedding_type": "absolute",
|
20 |
+
"summary_activation": "gelu",
|
21 |
+
"summary_last_dropout": 0.1,
|
22 |
+
"summary_type": "first",
|
23 |
+
"summary_use_proj": true,
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.9.1",
|
26 |
+
"type_vocab_size": 2,
|
27 |
+
"vocab_size": 30522
|
28 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d634f12b125d3a58363fbe541c68d63e434cb1936fd6edcef4a1cda6e972ea2
|
3 |
+
size 438022857
|