Muthukumaran commited on
Commit
4310391
1 Parent(s): 2897332

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -29,6 +29,11 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
29
  tokenizer = AutoTokenizer.from_pretrained("nasa-impact/nasa-smd-ibm-ranker")
30
  model = AutoModelForSequenceClassification.from_pretrained("nasa-impact/nasa-smd-ibm-ranker")
31
  ```
 
 
 
 
 
32
 
33
 
34
  ## Cite this Model
 
29
  tokenizer = AutoTokenizer.from_pretrained("nasa-impact/nasa-smd-ibm-ranker")
30
  model = AutoModelForSequenceClassification.from_pretrained("nasa-impact/nasa-smd-ibm-ranker")
31
  ```
32
+ # Note
33
+
34
+ This Ranker Model is released in support of the training and evaluation of the encoder language model ["Indus"](https://huggingface.co/nasa-impact/nasa-smd-ibm-v0.1).
35
+
36
+ Accompanying paper can be found here: https://arxiv.org/abs/2405.10725
37
 
38
 
39
  ## Cite this Model