wwydmanski commited on
Commit
289dec3
1 Parent(s): 7bf3502

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -80,9 +80,11 @@ model-index:
80
 
81
  # SentenceTransformer based on allenai/specter2_base
82
 
83
- This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [allenai/specter2_base](https://huggingface.co/allenai/specter2_base) on the json dataset. It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
 
84
 
85
  ## Model Details
 
86
 
87
  ### Model Description
88
  - **Model Type:** Sentence Transformer
 
80
 
81
  # SentenceTransformer based on allenai/specter2_base
82
 
83
+ This model is an initial proof of concept for (yet unpublished) article on ultra-hard negative triplet generation. While the original Specter2 adapters were trained on 600k triplets, only 10k ultra-hard negatives were enough to outperform the Proximity adapter.
84
+
85
 
86
  ## Model Details
87
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [allenai/specter2_base](https://huggingface.co/allenai/specter2_base) on the json dataset. It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
88
 
89
  ### Model Description
90
  - **Model Type:** Sentence Transformer