Souradeep Nanda
commited on
Commit
•
12bdf6c
1
Parent(s):
1fbafcf
Upload checkpoint
Browse files- config.json +17 -0
- pytorch_model.bin +3 -0
- raw_torch_dicts/hotpot_beam1_retr.pt +3 -0
- raw_torch_dicts/hotpot_beam2_retr.pt +3 -0
config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Retriever"
|
4 |
+
],
|
5 |
+
"beam_size": 1,
|
6 |
+
"encoder_model_name": "microsoft/deberta-v3-large",
|
7 |
+
"gradient_checkpointing": false,
|
8 |
+
"max_seq_len": 512,
|
9 |
+
"mean_passage_len": 70,
|
10 |
+
"model_type": "retriever",
|
11 |
+
"torch_dtype": "float32",
|
12 |
+
"transformers_version": "4.29.2",
|
13 |
+
"use_early_stop": true,
|
14 |
+
"use_focal": false,
|
15 |
+
"use_label_order": false,
|
16 |
+
"use_negative_sampling": false
|
17 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9731234dd6fd9dd2aec91b26bfbf0a3365f9c128b0134f68ec59b937e1df6348
|
3 |
+
size 1736201014
|
raw_torch_dicts/hotpot_beam1_retr.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27c8ab4be5808e9e77b488ed4e8d72a86319eefc46b72baf1399854caab8ed83
|
3 |
+
size 1736234155
|
raw_torch_dicts/hotpot_beam2_retr.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61d2cc8875a1ed29186530abf017308c1f229509b33f4a26332e768a5cc09858
|
3 |
+
size 1736237843
|