vamsibanda commited on
Commit
f645a17
1 Parent(s): 3efee0d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -41,6 +41,14 @@ quantize_dynamic(
41
  ```
42
  ##Copy pooling layer and tokenizer files to the output directory
43
 
 
 
 
 
 
 
 
 
44
 
45
  ## How to generate embeddings?
46
  ```
 
41
  ```
42
  ##Copy pooling layer and tokenizer files to the output directory
43
 
44
+ ```
45
+ ##How to download the model?
46
+ !sudo apt-get install git-lfs
47
+ !git lfs install
48
+
49
+ # Then
50
+ !git clone https://huggingface.co/ORGANIZATION_OR_USER/MODEL_NAME
51
+ ```
52
 
53
  ## How to generate embeddings?
54
  ```