Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ SPECTER 2.0 is the successor to [SPECTER](https://huggingface.co/allenai/specter
|
|
13 |
This is the base model to be used along with the adapters.
|
14 |
Given the combination of title and abstract of a scientific paper or a short texual query, the model can be used to generate effective embeddings to be used in downstream applications.
|
15 |
|
16 |
-
**Note:For general embedding purposes, please use [allenai/
|
17 |
|
18 |
**To get the best performance on a downstream task type please load the associated adapter with the base model as in the example below.**
|
19 |
|
@@ -57,7 +57,7 @@ It builds on the work done in [SciRepEval: A Multi-Format Benchmark for Scientif
|
|
57 |
|
58 |
|Model|Name and HF link|Description|
|
59 |
|--|--|--|
|
60 |
-
|Retrieval*|[allenai/specter2_proximity](https://huggingface.co/allenai/
|
61 |
|Adhoc Query|[allenai/specter2_adhoc_query](https://huggingface.co/allenai/specter2_adhoc_query)|Encode short raw text queries for search tasks. (Candidate papers can be encoded with proximity)|
|
62 |
|Classification|[allenai/specter2_classification](https://huggingface.co/allenai/specter2_classification)|Encode papers to feed into linear classifiers as features|
|
63 |
|Regression|[allenai/specter2_regression](https://huggingface.co/allenai/specter2_regression)|Encode papers to feed into linear regressors as features|
|
|
|
13 |
This is the base model to be used along with the adapters.
|
14 |
Given the combination of title and abstract of a scientific paper or a short texual query, the model can be used to generate effective embeddings to be used in downstream applications.
|
15 |
|
16 |
+
**Note:For general embedding purposes, please use [allenai/specter2](https://huggingface.co/allenai/specter2).**
|
17 |
|
18 |
**To get the best performance on a downstream task type please load the associated adapter with the base model as in the example below.**
|
19 |
|
|
|
57 |
|
58 |
|Model|Name and HF link|Description|
|
59 |
|--|--|--|
|
60 |
+
|Retrieval*|[allenai/specter2_proximity](https://huggingface.co/allenai/specter2)|Encode papers as queries and candidates eg. Link Prediction, Nearest Neighbor Search|
|
61 |
|Adhoc Query|[allenai/specter2_adhoc_query](https://huggingface.co/allenai/specter2_adhoc_query)|Encode short raw text queries for search tasks. (Candidate papers can be encoded with proximity)|
|
62 |
|Classification|[allenai/specter2_classification](https://huggingface.co/allenai/specter2_classification)|Encode papers to feed into linear classifiers as features|
|
63 |
|Regression|[allenai/specter2_regression](https://huggingface.co/allenai/specter2_regression)|Encode papers to feed into linear regressors as features|
|