DeepMostInnovations commited on
Commit
143682b
·
verified ·
1 Parent(s): c398175

Add README with usage documentation

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -32,7 +32,7 @@ This is a custom state-of-the-art sentence embedding model trained specifically
32
  ```bash
33
  pip install torch sentencepiece scikit-learn matplotlib
34
  git lfs install
35
- git clone https://huggingface.co/convaiinnovations/hindi-embeddings-model
36
  cd hindi-embeddings-model
37
  ```
38
 
@@ -112,11 +112,11 @@ This model is released under the MIT License.
112
  If you use this model in your research or application, please cite us:
113
 
114
  ```
115
- @misc{convaiinnovations2025hindi,
116
- author = {ConvAI Innovations},
117
  title = {Hindi Sentence Embeddings Model},
118
  year = {2025},
119
  publisher = {Hugging Face},
120
- howpublished = {\url{https://huggingface.co/convaiinnovations/hindi-embeddings-model}}
121
  }
122
  ```
 
32
  ```bash
33
  pip install torch sentencepiece scikit-learn matplotlib
34
  git lfs install
35
+ git clone https://huggingface.co/DeepMostInnovations/hindi-embedding-foundational-model
36
  cd hindi-embeddings-model
37
  ```
38
 
 
112
  If you use this model in your research or application, please cite us:
113
 
114
  ```
115
+ @misc{DeepMostInnovations2025hindi,
116
+ author = {DeepMost Innovations},
117
  title = {Hindi Sentence Embeddings Model},
118
  year = {2025},
119
  publisher = {Hugging Face},
120
+ howpublished = {\url{https://huggingface.co/DeepMostInnovations/hindi-embedding-foundational-model}}
121
  }
122
  ```