Add README with usage documentation
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ This is a custom state-of-the-art sentence embedding model trained specifically
|
|
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-
|
37 |
```
|
38 |
|
39 |
### Quick Start
|
@@ -42,7 +42,7 @@ cd hindi-embeddings-model
|
|
42 |
from hindi_embeddings import HindiEmbedder
|
43 |
|
44 |
# Initialize the embedder
|
45 |
-
model = HindiEmbedder("path/to/hindi-
|
46 |
|
47 |
# Encode sentences to embeddings
|
48 |
sentences = [
|
|
|
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-embedding-foundational-model
|
37 |
```
|
38 |
|
39 |
### Quick Start
|
|
|
42 |
from hindi_embeddings import HindiEmbedder
|
43 |
|
44 |
# Initialize the embedder
|
45 |
+
model = HindiEmbedder("path/to/hindi-embedding-foundational-model")
|
46 |
|
47 |
# Encode sentences to embeddings
|
48 |
sentences = [
|