Update README.md
Browse files
README.md
CHANGED
|
@@ -17,10 +17,14 @@ being closer to `college of charleston computer science` than it is to `boston u
|
|
| 17 |
#### Training
|
| 18 |
|
| 19 |
This embedding model was trained using hard-negative mining and InfoNCE on a mixture of data sourced from [ROR](https://ror.org/) and hand-annotated data gathered from PubMed.
|
| 20 |
-
Hard negatives were
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
This finetune more aggressively separates different institutions with commonalities as compared to the base model.
|
| 23 |
-
 and hand-annotated data gathered from PubMed.
|
| 20 |
+
Hard negatives were identifie
|
| 21 |
+
|
| 22 |
+

|
| 23 |
+
|
| 24 |
+
d using TF-IDF in conjunction with false positive high-similarity pairs derived from encoding strings with the base embedding model.
|
| 25 |
|
| 26 |
This finetune more aggressively separates different institutions with commonalities as compared to the base model.
|
| 27 |
+

|
| 28 |
|
| 29 |
|
| 30 |
#### Usage
|