Alon commited on
Commit
4feeaaf
1 Parent(s): 841ff3d

Upload 3 files

Browse files
params.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "--add_special_tokens": "true",
3
+ "--batch_size": "64",
4
+ "--checkpoint_dir": "data/checkpoints/",
5
+ "--dev_filename": "Dev.json",
6
+ "--doc_dir": "data/resources/dpr/context/",
7
+ "--evaluate_every": "500",
8
+ "--max_seq_len_passage": "180",
9
+ "--max_seq_len_query": "64",
10
+ "--n_epochs": "3",
11
+ "--note": null,
12
+ "--output_model": "Retriever_SpanBERT_Best",
13
+ "--passage_model": "SpanBERT/spanbert-base-cased",
14
+ "--query_model": "SpanBERT/spanbert-base-cased",
15
+ "--train_filename": "Train.json"
16
+ }
prediction_head_0.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:339cf0a79d42b8a0e283632633b8c7c079101ef627869b4b27f743462db4ecf9
3
+ size 495
prediction_head_0_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"training": false, "similarity_function": "dot_product", "task_name": "text_similarity", "model_type": "text_similarity", "ph_output_type": "per_sequence", "global_loss_buffer_size": 150000, "label_tensor_name": "label_ids", "label_list": ["hard_negative", "positive"], "metric": "text_similarity_metric", "name": "TextSimilarityHead"}