aps6992 commited on
Commit
f6bf27e
1 Parent(s): e76e998

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -10,6 +10,7 @@ language:
10
  <!-- Provide a quick summary of what the model is/does. -->
11
 
12
  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_).
 
13
  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.
14
 
15
  **Note:For general embedding purposes, please use [allenai/specter2_proximity](https://huggingface.co/allenai/specter2_proximity).**
 
10
  <!-- Provide a quick summary of what the model is/does. -->
11
 
12
  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_).
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_proximity](https://huggingface.co/allenai/specter2_proximity).**