Muthukumaran commited on
Commit
cb04c34
·
verified ·
1 Parent(s): 49d5682

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -8
README.md CHANGED
@@ -12,7 +12,7 @@ pipeline_tag: sentence-similarity
12
 
13
  # Model Card for nasa-smd-ibm-st-v2
14
 
15
- `nasa-smd-ibm-st-v2` (a.k.a Indus-ST) 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
 
@@ -43,15 +43,10 @@ Following models are evaluated:
43
  3. RoBERTa-base [roberta-base]
44
  4. nasa-smd-ibm-rtvr_v0.1 [nasa-impact/nasa-smd-ibm-st]
45
 
 
46
 
47
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/61099e5d86580d4580767226/eGRC1_EGCp5yAIQiM8Gav.png)
48
 
49
- Figure: BEIR Evaluation Metrics
50
-
51
-
52
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/61099e5d86580d4580767226/2dTtMDcbEP9I3QkmxGbO4.png)
53
-
54
- Figure: Retrieval Benchmark Evaluation
55
 
56
  ## Uses
57
  - Information Retreival
 
12
 
13
  # Model Card for nasa-smd-ibm-st-v2
14
 
15
+ `nasa-smd-ibm-st-v2` (Indus-Retriever) 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
 
 
43
  3. RoBERTa-base [roberta-base]
44
  4. nasa-smd-ibm-rtvr_v0.1 [nasa-impact/nasa-smd-ibm-st]
45
 
46
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/61099e5d86580d4580767226/JWQ652ODzfmnRjj_b8ZTw.png)
47
 
48
+ Figure: [BEIR](https://github.com/beir-cellar/beir) and [NASA-IR](https://huggingface.co/datasets/nasa-impact/nasa-smd-IR-benchmark) Evaluation Metrics
49
 
 
 
 
 
 
 
50
 
51
  ## Uses
52
  - Information Retreival