Muthukumaran commited on
Commit
7ad8a54
1 Parent(s): 2757b30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,10 +17,10 @@ pipeline_tag: sentence-similarity
17
 
18
  # Model Card for nasa-smd-ibm-v0.1
19
 
20
- `nasa-smd-ibm-st` is a Bi-encoder sentence transformer model, that is fine-tuned from nasa-smd-ibm-v0.1 encoder model. 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.
21
 
22
  ## Model Details
23
- - **Base Model**: nasa-smd-ibm-v0.1
24
  - **Tokenizer**: Custom
25
  - **Parameters**: 125M
26
  - **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.
 
17
 
18
  # Model Card for nasa-smd-ibm-v0.1
19
 
20
+ `nasa-smd-ibm-st, Also Known as `Indus-st`, is a Bi-encoder sentence transformer model, that is fine-tuned from nasa-smd-ibm-v0.1 encoder model. 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.
21
 
22
  ## Model Details
23
+ - **Base Model**: nasa-smd-ibm-v0.1 (Indus)
24
  - **Tokenizer**: Custom
25
  - **Parameters**: 125M
26
  - **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.