Muthukumaran
commited on
Commit
•
d8d2319
1
Parent(s):
3273c8e
Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,8 @@ pipeline_tag: sentence-similarity
|
|
14 |
|
15 |
`nasa-smd-ibm-st-v2` is a Bi-encoder sentence transformer model, that is fine-tuned from nasa-smd-ibm-v0.1 encoder model. it is an updated version of `nasa-smd-ibm-st` with better performance (shown below). It's trained with 271 million examples along with a domain-specific dataset of 2.6 million examples from documents curated by NASA Science Mission Directorate (SMD). With this model, we aim to enhance natural language technologies like information retrieval and intelligent search as it applies to SMD NLP applications.
|
16 |
|
|
|
|
|
17 |
## Model Details
|
18 |
- **Base Encoder Model**: nasa-smd-ibm-v0.1
|
19 |
- **Tokenizer**: Custom
|
|
|
14 |
|
15 |
`nasa-smd-ibm-st-v2` is a Bi-encoder sentence transformer model, that is fine-tuned from nasa-smd-ibm-v0.1 encoder model. it is an updated version of `nasa-smd-ibm-st` with better performance (shown below). It's trained with 271 million examples along with a domain-specific dataset of 2.6 million examples from documents curated by NASA Science Mission Directorate (SMD). With this model, we aim to enhance natural language technologies like information retrieval and intelligent search as it applies to SMD NLP applications.
|
16 |
|
17 |
+
you can also use distilled version of the model here: https://huggingface.co/nasa-impact/nasa-ibm-st.38m
|
18 |
+
|
19 |
## Model Details
|
20 |
- **Base Encoder Model**: nasa-smd-ibm-v0.1
|
21 |
- **Tokenizer**: Custom
|