Muthukumaran commited on
Commit
e4a3e22
1 Parent(s): 0ba41bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ Indus-Retriever (`nasa-smd-ibm-st-v2`) is a Bi-encoder sentence transformer mode
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
22
  - **Parameters**: 125M
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.
 
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**: [INDUS](https://huggingface.co/nasa-impact/nasa-smd-ibm-v0.1)
21
  - **Tokenizer**: Custom
22
  - **Parameters**: 125M
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.