drAbreu commited on
Commit
af5458f
·
verified ·
1 Parent(s): 092ba0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -126,7 +126,7 @@ similarity = F.cosine_similarity(embeddings[0:1], embeddings[1:2])
126
  print(f"Similarity: {similarity.item():.4f}")
127
  ```
128
 
129
- ## Evaluation
130
 
131
  The model has been evaluated on comprehensive biomedical benchmarks including:
132
 
@@ -136,17 +136,17 @@ The model has been evaluated on comprehensive biomedical benchmarks including:
136
  - **Semantic Search**: Retrieval quality on biomedical text corpora
137
 
138
  For detailed evaluation results, see the [SODA-VEC benchmark notebooks](https://github.com/EMBO/soda-vec).
139
-
140
  ## Intended Use
141
 
142
  This model is designed for:
143
 
144
  - **Biomedical Semantic Search**: Finding relevant papers, abstracts, or text passages
145
  - **Scientific Text Similarity**: Computing similarity between biomedical texts
146
- - **Information Retrieval**: Building search systems for scientific literature
147
  - **Downstream Tasks**: As a base for fine-tuning on specific biomedical tasks
148
  - **Research Applications**: Academic and research use in life sciences
149
-
150
  ## Limitations
151
 
152
  - **Domain Specificity**: Optimized for biomedical and life sciences text; may not perform as well on general domain text
@@ -163,7 +163,7 @@ If you use this model, please cite:
163
  title = {SODA-VEC: Scientific Open Domain Adaptation for Vector Embeddings},
164
  author = {EMBO},
165
  year = {2024},
166
- url = {https://github.com/EMBO/soda-vec}
167
  }
168
  ```
169
 
 
126
  print(f"Similarity: {similarity.item():.4f}")
127
  ```
128
 
129
+ <!-- ## Evaluation
130
 
131
  The model has been evaluated on comprehensive biomedical benchmarks including:
132
 
 
136
  - **Semantic Search**: Retrieval quality on biomedical text corpora
137
 
138
  For detailed evaluation results, see the [SODA-VEC benchmark notebooks](https://github.com/EMBO/soda-vec).
139
+ -->
140
  ## Intended Use
141
 
142
  This model is designed for:
143
 
144
  - **Biomedical Semantic Search**: Finding relevant papers, abstracts, or text passages
145
  - **Scientific Text Similarity**: Computing similarity between biomedical texts
146
+ <!-- - **Information Retrieval**: Building search systems for scientific literature
147
  - **Downstream Tasks**: As a base for fine-tuning on specific biomedical tasks
148
  - **Research Applications**: Academic and research use in life sciences
149
+ -->
150
  ## Limitations
151
 
152
  - **Domain Specificity**: Optimized for biomedical and life sciences text; may not perform as well on general domain text
 
163
  title = {SODA-VEC: Scientific Open Domain Adaptation for Vector Embeddings},
164
  author = {EMBO},
165
  year = {2024},
166
+ url = {https://github.com/source-data/soda-vec}
167
  }
168
  ```
169