asanwari commited on
Commit
c7c8254
1 Parent(s): d2fe514

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ tags:
9
  # recobo/agri-sentence-transformer
10
 
11
  This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 512 dimensional dense vector space and can be used for tasks like clustering or semantic search.
12
- This model was built using recobo/agriculture-bert-uncased, which is a BERT model trained on 6.5 million passages from the agricultural domain. Hence, this model is expected to perform well on sentence similarity tasks specifically for agricultural text data.
13
  ## Usage (Sentence-Transformers)
14
  Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
15
  ```
 
9
  # recobo/agri-sentence-transformer
10
 
11
  This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 512 dimensional dense vector space and can be used for tasks like clustering or semantic search.
12
+ This model was built using [recobo/agriculture-bert-uncased](https://huggingface.co/recobo/agriculture-bert-uncased), which is a BERT model trained on 6.5 million passages from the agricultural domain. Hence, this model is expected to perform well on sentence similarity tasks specifically for agricultural text data.
13
  ## Usage (Sentence-Transformers)
14
  Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
15
  ```