Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,17 @@ language:
|
|
8 |
|
9 |
<!-- Provide a quick summary of what the model is/does. -->
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
**Dec 2023 Update:**
|
14 |
|
@@ -30,18 +40,6 @@ An [adapter](https://adapterhub.ml) for the [allenai/specter2_base](https://hugg
|
|
30 |
|
31 |
This adapter was created for usage with the **[adapters](https://github.com/adapter-hub/adapters)** library.
|
32 |
|
33 |
-
## SPECTER2
|
34 |
-
|
35 |
-
<!-- Provide a quick summary of what the model is/does. -->
|
36 |
-
|
37 |
-
SPECTER2 is the successor to [SPECTER](https://huggingface.co/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_).
|
38 |
-
This is the base model to be used along with the adapters.
|
39 |
-
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.
|
40 |
-
|
41 |
-
**Note:For general embedding purposes, please use [allenai/specter2](https://huggingface.co/allenai/specter2).**
|
42 |
-
|
43 |
-
**To get the best performance on a downstream task type please load the associated adapter with the base model as in the example below.**
|
44 |
-
|
45 |
# Model Details
|
46 |
|
47 |
## Model Description
|
|
|
8 |
|
9 |
<!-- Provide a quick summary of what the model is/does. -->
|
10 |
|
11 |
+
## SPECTER2
|
12 |
+
|
13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
14 |
+
|
15 |
+
SPECTER2 is the successor to [SPECTER](https://huggingface.co/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_).
|
16 |
+
This is the base model to be used along with the adapters.
|
17 |
+
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.
|
18 |
+
|
19 |
+
**Note:For general embedding purposes, please use [allenai/specter2](https://huggingface.co/allenai/specter2).**
|
20 |
+
|
21 |
+
**To get the best performance on a downstream task type please load the associated adapter with the base model as in the example below.**
|
22 |
|
23 |
**Dec 2023 Update:**
|
24 |
|
|
|
40 |
|
41 |
This adapter was created for usage with the **[adapters](https://github.com/adapter-hub/adapters)** library.
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
# Model Details
|
44 |
|
45 |
## Model Description
|