Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,9 @@ datasets:
|
|
6 |
- allenai/scirepeval
|
7 |
---
|
8 |
|
9 |
-
# Adapter `allenai/
|
10 |
|
11 |
-
An [adapter](https://adapterhub.ml) for the `allenai/
|
12 |
|
13 |
This adapter was created for usage with the **[adapter-transformers](https://github.com/Adapter-Hub/adapter-transformers)** library.
|
14 |
|
@@ -34,6 +34,7 @@ adapter_name = model.load_adapter("allenai/specter2_proximity", source="hf", set
|
|
34 |
<!-- Provide a quick summary of what the model is/does. -->
|
35 |
|
36 |
SPECTER 2.0 is the successor to [SPECTER](allenai/specter) and is capable of generating task specific embeddings for scientific tasks when paired with [adapters](https://huggingface.co/models?search=allenai/specter-2).
|
|
|
37 |
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.
|
38 |
|
39 |
# Model Details
|
@@ -78,7 +79,7 @@ It builds on the work done in [SciRepEval: A Multi-Format Benchmark for Scientif
|
|
78 |
|
79 |
|Model|Name and HF link|Description|
|
80 |
|--|--|--|
|
81 |
-
|Retrieval*|[allenai/specter2_proximity](https://huggingface.co/allenai/
|
82 |
|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)|
|
83 |
|Classification|[allenai/specter2_classification](https://huggingface.co/allenai/specter2_classification)|Encode papers to feed into linear classifiers as features|
|
84 |
|Regression|[allenai/specter2_regression](https://huggingface.co/allenai/specter2_regression)|Encode papers to feed into linear regressors as features|
|
|
|
6 |
- allenai/scirepeval
|
7 |
---
|
8 |
|
9 |
+
# Adapter `allenai/specter2` for allenai/specter2_base
|
10 |
|
11 |
+
An [adapter](https://adapterhub.ml) for the `allenai/specter2_base` model that was trained on the [allenai/scirepeval](https://huggingface.co/datasets/allenai/scirepeval/) dataset.
|
12 |
|
13 |
This adapter was created for usage with the **[adapter-transformers](https://github.com/Adapter-Hub/adapter-transformers)** library.
|
14 |
|
|
|
34 |
<!-- Provide a quick summary of what the model is/does. -->
|
35 |
|
36 |
SPECTER 2.0 is the successor to [SPECTER](allenai/specter) and is capable of generating task specific embeddings for scientific tasks when paired with [adapters](https://huggingface.co/models?search=allenai/specter-2).
|
37 |
+
This is the proximity adapter and should be used for all general embedding purposes.
|
38 |
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.
|
39 |
|
40 |
# Model Details
|
|
|
79 |
|
80 |
|Model|Name and HF link|Description|
|
81 |
|--|--|--|
|
82 |
+
|Retrieval*|[allenai/specter2_proximity](https://huggingface.co/allenai/specter2)|Encode papers as queries and candidates eg. Link Prediction, Nearest Neighbor Search|
|
83 |
|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)|
|
84 |
|Classification|[allenai/specter2_classification](https://huggingface.co/allenai/specter2_classification)|Encode papers to feed into linear classifiers as features|
|
85 |
|Regression|[allenai/specter2_regression](https://huggingface.co/allenai/specter2_regression)|Encode papers to feed into linear regressors as features|
|