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

Add README with usage documentation

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-embeddings-model
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-embeddings-model")
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 = [