Update README.md
Browse files
README.md
CHANGED
@@ -5,16 +5,19 @@ datasets:
|
|
5 |
language:
|
6 |
- en
|
7 |
---
|
8 |
-
|
9 |
-
**Aug 2023 Update
|
|
|
10 |
|
11 |
|Old Name|New Name|
|
12 |
|--|--|
|
13 |
|allenai/specter2|[allenai/specter2_base](https://huggingface.co/allenai/specter2_base)|
|
14 |
|allenai/specter2_proximity|[allenai/specter2](https://huggingface.co/allenai/specter2)|
|
15 |
|
|
|
16 |
<!-- Provide a quick summary of what the model is/does. -->
|
17 |
|
|
|
18 |
SPECTER 2.0 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_).
|
19 |
This is the base model to be used along with the adapters.
|
20 |
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.
|
|
|
5 |
language:
|
6 |
- en
|
7 |
---
|
8 |
+
|
9 |
+
**Aug 2023 Update:**
|
10 |
+
1. The SPECTER 2.0 Base and proximity adapter models have been renamed in Hugging Face based upon usage patterns as follows:**
|
11 |
|
12 |
|Old Name|New Name|
|
13 |
|--|--|
|
14 |
|allenai/specter2|[allenai/specter2_base](https://huggingface.co/allenai/specter2_base)|
|
15 |
|allenai/specter2_proximity|[allenai/specter2](https://huggingface.co/allenai/specter2)|
|
16 |
|
17 |
+
|
18 |
<!-- Provide a quick summary of what the model is/does. -->
|
19 |
|
20 |
+
# SPECTER 2.0 (Base)
|
21 |
SPECTER 2.0 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_).
|
22 |
This is the base model to be used along with the adapters.
|
23 |
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.
|