Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,47 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# Model Card for sbhargav/baseline-distilbert-tot24
|
6 |
+
|
7 |
+
This is the baseline model released by the organizers for the 2024 edition of TREC-ToT.
|
8 |
+
See the [guidelines](https://trec-tot.github.io/) for more information about the track and how to participate!
|
9 |
+
|
10 |
+
|
11 |
+
## Model Details
|
12 |
+
|
13 |
+
### Model Description
|
14 |
+
|
15 |
+
See a full description of how this model was trained (with code) [here](https://github.com/TREC-ToT/bench/blob/main/DENSE.md).
|
16 |
+
|
17 |
+
|
18 |
+
- **Developed by:** TREC-ToT '24 Organizers
|
19 |
+
- **License:** Apache 2.0
|
20 |
+
- **Finetuned from model :** `distilbert/distilbert-base-uncased`
|
21 |
+
|
22 |
+
### Model Sources
|
23 |
+
|
24 |
+
|
25 |
+
- **Repository:** https://github.com/TREC-ToT/bench
|
26 |
+
- **Paper:** NA
|
27 |
+
- **Website:** https://trec-tot.github.io/
|
28 |
+
|
29 |
+
## Uses
|
30 |
+
|
31 |
+
- First-stage retrieval for the ToT task (to produce input for a re-ranker)
|
32 |
+
|
33 |
+
## Bias, Risks, and Limitations
|
34 |
+
|
35 |
+
- Only trained on a small set of ToT queries in a specific domain.
|
36 |
+
|
37 |
+
|
38 |
+
## Training Details
|
39 |
+
|
40 |
+
- Trained on TREC-ToT 24 training and dev1 set.
|
41 |
+
- Hyperparameter tuning performed on dev2 set
|
42 |
+
|
43 |
+
## Citation
|
44 |
+
|
45 |
+
**BibTeX:**
|
46 |
+
```
|
47 |
+
```
|