MeloraAI commited on
Commit
6b5409a
·
verified ·
1 Parent(s): 3b545dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -7
README.md CHANGED
@@ -4,13 +4,6 @@ base_model:
4
  - second-state/All-MiniLM-L6-v2-Embedding-GGUF
5
  ---
6
 
7
- # Model Card for Model ID
8
-
9
- <!-- Provide a quick summary of what the model is/does. -->
10
-
11
-
12
- ## Model Details
13
-
14
  ### Model Description
15
 
16
  <!-- Provide a longer summary of what this model is. -->
@@ -20,3 +13,4 @@ This is a llamafile conversion for the second-state/All-MiniLM-L6-v2-Embedding-G
20
  With original model located here: https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2
21
 
22
  If you haven't heard of llamafile, it is a CPU optimization project from Mozilla, which allows powerful AI models to be ran on consumer hardware and packages the model in a univeral executable! Check it out here: https://github.com/mozilla-ai/llamafile
 
 
4
  - second-state/All-MiniLM-L6-v2-Embedding-GGUF
5
  ---
6
 
 
 
 
 
 
 
 
7
  ### Model Description
8
 
9
  <!-- Provide a longer summary of what this model is. -->
 
13
  With original model located here: https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2
14
 
15
  If you haven't heard of llamafile, it is a CPU optimization project from Mozilla, which allows powerful AI models to be ran on consumer hardware and packages the model in a univeral executable! Check it out here: https://github.com/mozilla-ai/llamafile
16
+ I have also provided the .args file that was used for the conversion. The model is a plug-and-play executuable you can easily run on Windows, Mac, Linux and more!