evaldas-leliuga
commited on
Commit
•
ddf2e25
1
Parent(s):
aadb140
Added models
Browse files- .gitattributes +14 -0
- README.md +44 -0
- all-MiniLM-L6-v2.F16.gguf +3 -0
- all-MiniLM-L6-v2.F32.gguf +3 -0
- all-MiniLM-L6-v2.Q2_K.gguf +3 -0
- all-MiniLM-L6-v2.Q3_K_L.gguf +3 -0
- all-MiniLM-L6-v2.Q3_K_M.gguf +3 -0
- all-MiniLM-L6-v2.Q3_K_S.gguf +3 -0
- all-MiniLM-L6-v2.Q4_0.gguf +3 -0
- all-MiniLM-L6-v2.Q4_K_M.gguf +3 -0
- all-MiniLM-L6-v2.Q4_K_S.gguf +3 -0
- all-MiniLM-L6-v2.Q5_0.gguf +3 -0
- all-MiniLM-L6-v2.Q5_K_M.gguf +3 -0
- all-MiniLM-L6-v2.Q5_K_S.gguf +3 -0
- all-MiniLM-L6-v2.Q6_K.gguf +3 -0
- all-MiniLM-L6-v2.Q8_0.gguf +3 -0
- config.json +22 -0
.gitattributes
CHANGED
@@ -33,3 +33,17 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
all-MiniLM-L6-v2.F16.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
all-MiniLM-L6-v2.F32.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
all-MiniLM-L6-v2.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
all-MiniLM-L6-v2.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
all-MiniLM-L6-v2.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
all-MiniLM-L6-v2.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
all-MiniLM-L6-v2.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
all-MiniLM-L6-v2.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
all-MiniLM-L6-v2.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
all-MiniLM-L6-v2.Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
all-MiniLM-L6-v2.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
all-MiniLM-L6-v2.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
48 |
+
all-MiniLM-L6-v2.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
49 |
+
all-MiniLM-L6-v2.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,47 @@
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
base_model: sentence-transformers/all-MiniLM-L6-v2
|
3 |
license: apache-2.0
|
4 |
+
inference: false
|
5 |
+
model_creator: Sentence Transformers
|
6 |
+
model_name: all-MiniLM-L6-v2
|
7 |
+
quantized_by: Leliuga
|
8 |
+
pipeline_tag: sentence-similarity
|
9 |
+
tags:
|
10 |
+
- bert
|
11 |
+
- sentence-transformers
|
12 |
+
- feature-extraction
|
13 |
+
- sentence-similarity
|
14 |
+
- transformers
|
15 |
+
- gguf
|
16 |
+
language:
|
17 |
+
- en
|
18 |
+
datasets:
|
19 |
+
- s2orc
|
20 |
+
- flax-sentence-embeddings/stackexchange_xml
|
21 |
+
- ms_marco
|
22 |
+
- gooaq
|
23 |
+
- yahoo_answers_topics
|
24 |
+
- code_search_net
|
25 |
+
- search_qa
|
26 |
+
- eli5
|
27 |
+
- snli
|
28 |
+
- multi_nli
|
29 |
+
- wikihow
|
30 |
+
- natural_questions
|
31 |
+
- trivia_qa
|
32 |
+
- embedding-data/sentence-compression
|
33 |
+
- embedding-data/flickr30k-captions
|
34 |
+
- embedding-data/altlex
|
35 |
+
- embedding-data/simple-wiki
|
36 |
+
- embedding-data/QQP
|
37 |
+
- embedding-data/SPECTER
|
38 |
+
- embedding-data/PAQ_pairs
|
39 |
+
- embedding-data/WikiAnswers
|
40 |
---
|
41 |
+
# all-MiniLM-L6-v2 - GGUF
|
42 |
+
- Model creator: [Sentence Transformers](https://huggingface.co/sentence-transformers)
|
43 |
+
- Original model: [all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2)
|
44 |
+
|
45 |
+
## Description
|
46 |
+
|
47 |
+
This repo contains GGUF format model files for [all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2).
|
all-MiniLM-L6-v2.F16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:797b70c4edf85907fe0a49eb85811256f65fa0f7bf52166b147fd16be2be4662
|
3 |
+
size 45949216
|
all-MiniLM-L6-v2.F32.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39fb2ca15a53acd9e7b56fb8fb294b7695e5f4ce4413a94a270b2eceba143529
|
3 |
+
size 91016992
|
all-MiniLM-L6-v2.Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28d18bb3abc39c1f12275b04a0b59509ba4b56fb90b57f80e6e7efb9fea1b561
|
3 |
+
size 19229632
|
all-MiniLM-L6-v2.Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9de5ac4071e59cf094638cb231c520839ca93bcc75a3c01f5af79b78f551a157
|
3 |
+
size 20473792
|
all-MiniLM-L6-v2.Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b9a8558a40cfd73644942a03bdbc931371ea2248aaf337c7995b43934612160
|
3 |
+
size 19939264
|
all-MiniLM-L6-v2.Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:510b562c825a6762bdf3e4d00f6f534cc7a41d963b4c0a693d273c7bf8e0e900
|
3 |
+
size 19229632
|
all-MiniLM-L6-v2.Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:427c7e251a17bdaeb4f736924388f5e08d07b0cd51648a2661b8693629d35b36
|
3 |
+
size 19699648
|
all-MiniLM-L6-v2.Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53533e550397f2ba4e627bd5833d2c791097372d861a52022a8586282c2178cc
|
3 |
+
size 20999104
|
all-MiniLM-L6-v2.Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbbd108ae6a8096088c809ca83fe59804f25c0a7bb5dbcf8f7e4671487f790a9
|
3 |
+
size 20694976
|
all-MiniLM-L6-v2.Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bd7047c38bc8f7566de5dc4dbfdd2beec7ae4306fa0207c4ad0fceeb3c487d7
|
3 |
+
size 21026752
|
all-MiniLM-L6-v2.Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:908c82ac3849f9ca23158117cec614bd8ec404040d8794c35b4c81242bf315e3
|
3 |
+
size 21717952
|
all-MiniLM-L6-v2.Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce3c5917a6bfdf54ca54053e0eac01827d45b4918e76688b272751f6650ac774
|
3 |
+
size 21469120
|
all-MiniLM-L6-v2.Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db5e1e444d7753f7c433965ebe8e3f2d71e7d2dc1f93026df00b2c80f0e7d9b6
|
3 |
+
size 24150976
|
all-MiniLM-L6-v2.Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5ec722e8c82dc4ffaf965175ca472f5da3f97b695590b5b0780bdbfa29bcaf3
|
3 |
+
size 25008064
|
config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"BertModel"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"gradient_checkpointing": false,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.1,
|
9 |
+
"hidden_size": 384,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 1536,
|
12 |
+
"layer_norm_eps": 1e-12,
|
13 |
+
"max_position_embeddings": 512,
|
14 |
+
"model_type": "bert",
|
15 |
+
"num_attention_heads": 12,
|
16 |
+
"num_hidden_layers": 6,
|
17 |
+
"pad_token_id": 0,
|
18 |
+
"position_embedding_type": "absolute",
|
19 |
+
"type_vocab_size": 2,
|
20 |
+
"use_cache": true,
|
21 |
+
"vocab_size": 30522
|
22 |
+
}
|