Sheshera Mysore
commited on
Commit
·
8b0c408
1
Parent(s):
ecf42ed
Update usage.
Browse files
README.md
CHANGED
@@ -39,7 +39,9 @@ This model is trained for fine-grained document similarity tasks in **computer s
|
|
39 |
|
40 |
### How to use
|
41 |
|
42 |
-
|
|
|
|
|
43 |
|
44 |
### Variable and metrics
|
45 |
This model is evaluated on information retrieval datasets with document level queries. Performance here is reported on CSFCube (computer science/English). This is detailed on [github](https://github.com/allenai/aspire) and in our [paper](https://arxiv.org/abs/2111.08366). CSFCube presents a finer-grained query via selected sentences in a query abstract based on which a finer-grained retrieval must be made from candidate abstracts.
|
|
|
39 |
|
40 |
### How to use
|
41 |
|
42 |
+
This model can be used via the `transformers` library and some additional code to compute contextual sentence vectors.
|
43 |
+
|
44 |
+
View example usage in the model github repo: https://github.com/allenai/aspire#tsaspire
|
45 |
|
46 |
### Variable and metrics
|
47 |
This model is evaluated on information retrieval datasets with document level queries. Performance here is reported on CSFCube (computer science/English). This is detailed on [github](https://github.com/allenai/aspire) and in our [paper](https://arxiv.org/abs/2111.08366). CSFCube presents a finer-grained query via selected sentences in a query abstract based on which a finer-grained retrieval must be made from candidate abstracts.
|