Add README with usage documentation
Browse files
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/
|
| 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{
|
| 116 |
-
author = {
|
| 117 |
title = {Hindi Sentence Embeddings Model},
|
| 118 |
year = {2025},
|
| 119 |
publisher = {Hugging Face},
|
| 120 |
-
howpublished = {\url{https://huggingface.co/
|
| 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 |
```
|