hannesjz commited on
Commit
fc381d3
·
verified ·
1 Parent(s): 2f08a3a

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +9 -0
  2. config.json +5 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # AI Assistant Model
2
+
3
+ This model is used for generating document embeddings in the AI Assistant project.
4
+
5
+ ## Features
6
+
7
+ - Vector dimension: 384
8
+ - Optimized for document search and retrieval
9
+ - Supports multiple languages
config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "model_type": "sentence-transformer",
3
+ "vector_dimension": 384,
4
+ "description": "AI Assistant model for document embeddings"
5
+ }