Muthukumaran commited on
Commit
4ea903d
·
verified ·
1 Parent(s): 6b1d8f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,14 +10,14 @@ tags:
10
  pipeline_tag: sentence-similarity
11
  ---
12
 
13
- # Model Card for nasa-smd-ibm-st.38m
14
 
15
- `nasa-smd-ibm-st.38m` is a Bi-encoder sentence transformer model, that is fine-tuned from distilled version of nasa-smd-ibm-v0.1 encoder model. it is a smaller version of `nasa-smd-ibm-st` with better performance, using fewer parameters (shown below). It's trained with 362 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
  A bigger model is also available here: https://huggingface.co/nasa-impact/nasa-smd-ibm-st-v2
18
 
19
  ## Model Details
20
- - **Base Encoder Model**: nasa-smd-ibm-v0.1
21
  - **Tokenizer**: Custom
22
  - **Parameters**: 38M
23
  - **Training Strategy**: Sentence Pairs, and score indicating relevancy. The model encodes the two sentence pairs independently and cosine similarity is calculated. the similarity is optimized using the relevance score.
 
10
  pipeline_tag: sentence-similarity
11
  ---
12
 
13
+ # Model Card for INDUS-Retriever-small
14
 
15
+ INDUS-Retriever-small (previously `nasa-smd-ibm-st.38m`) is a Bi-encoder sentence transformer model, that is fine-tuned from distilled version of nasa-smd-ibm-v0.1 encoder model. it is a smaller version of `nasa-smd-ibm-st` with better performance, using fewer parameters (shown below). It's trained with 362 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
  A bigger model is also available here: https://huggingface.co/nasa-impact/nasa-smd-ibm-st-v2
18
 
19
  ## Model Details
20
+ - **Base Encoder Model**: INDUS(https://huggingface.co/nasa-impact/nasa-smd-ibm-v0.1)
21
  - **Tokenizer**: Custom
22
  - **Parameters**: 38M
23
  - **Training Strategy**: Sentence Pairs, and score indicating relevancy. The model encodes the two sentence pairs independently and cosine similarity is calculated. the similarity is optimized using the relevance score.