Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,7 @@ license: apache-2.0
|
|
15 |
# pat_specter
|
16 |
|
17 |
This is a [sentence-transformers](https://www.SBERT.net) model. This model is fine-tuned on patent texts, leveraging SPECTER 2.0 as a base, which is provided by Allen Institute for AI. It maps patent text to a 768 dimensional dense vector space and can be used for patent-specific downstream tasks.
|
|
|
18 |
|
19 |
## Usage (Sentence-Transformers)
|
20 |
|
|
|
15 |
# pat_specter
|
16 |
|
17 |
This is a [sentence-transformers](https://www.SBERT.net) model. This model is fine-tuned on patent texts, leveraging SPECTER 2.0 as a base, which is provided by Allen Institute for AI. It maps patent text to a 768 dimensional dense vector space and can be used for patent-specific downstream tasks.
|
18 |
+
However, it is noteworthy that [PaECTER](https://huggingface.co/mpi-inno-comp/paecter) outperforms this model in terms of performance.
|
19 |
|
20 |
## Usage (Sentence-Transformers)
|
21 |
|