evaldas-leliuga
commited on
Commit
•
f048c4f
1
Parent(s):
40d9782
Added models
Browse files- .gitattributes +14 -0
- README.md +44 -0
- all-MiniLM-L12-v2.F16.gguf +3 -0
- all-MiniLM-L12-v2.F32.gguf +3 -0
- all-MiniLM-L12-v2.Q2_K.gguf +3 -0
- all-MiniLM-L12-v2.Q3_K_L.gguf +3 -0
- all-MiniLM-L12-v2.Q3_K_M.gguf +3 -0
- all-MiniLM-L12-v2.Q3_K_S.gguf +3 -0
- all-MiniLM-L12-v2.Q4_0.gguf +3 -0
- all-MiniLM-L12-v2.Q4_K_M.gguf +3 -0
- all-MiniLM-L12-v2.Q4_K_S.gguf +3 -0
- all-MiniLM-L12-v2.Q5_0.gguf +3 -0
- all-MiniLM-L12-v2.Q5_K_M.gguf +3 -0
- all-MiniLM-L12-v2.Q5_K_S.gguf +3 -0
- all-MiniLM-L12-v2.Q6_K.gguf +3 -0
- all-MiniLM-L12-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-L12-v2.F16.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
all-MiniLM-L12-v2.F32.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
all-MiniLM-L12-v2.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
all-MiniLM-L12-v2.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
all-MiniLM-L12-v2.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
all-MiniLM-L12-v2.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
all-MiniLM-L12-v2.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
all-MiniLM-L12-v2.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
all-MiniLM-L12-v2.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
all-MiniLM-L12-v2.Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
all-MiniLM-L12-v2.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
all-MiniLM-L12-v2.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
48 |
+
all-MiniLM-L12-v2.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
49 |
+
all-MiniLM-L12-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-L12-v2
|
3 |
license: apache-2.0
|
4 |
+
inference: false
|
5 |
+
model_creator: Sentence Transformers
|
6 |
+
model_name: all-MiniLM-L12-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-L12-v2 - GGUF
|
42 |
+
- Model creator: [Sentence Transformers](https://huggingface.co/sentence-transformers)
|
43 |
+
- Original model: [all-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L12-v2)
|
44 |
+
|
45 |
+
## Description
|
46 |
+
|
47 |
+
This repo contains GGUF format model files for [all-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L12-v2).
|
all-MiniLM-L12-v2.F16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb39eaabff82f51e66bd24221cb4cadee4d280a834ac56d9660324e79152d6fd
|
3 |
+
size 67308128
|
all-MiniLM-L12-v2.F32.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95c43f698a2ebd53b0d5815da05843ec8160301688a8087d9c882092e6962621
|
3 |
+
size 133609568
|
all-MiniLM-L12-v2.Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be238dfae0d7ee9ffee576edd2b5db3267479db26872e030cbbfd6a0ce4d8913
|
3 |
+
size 24856864
|
all-MiniLM-L12-v2.Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c25dd0c824a3ae05111bf5f1d1284254b55ef3f562a6c36cd0f8d94067d9b01
|
3 |
+
size 27345184
|
all-MiniLM-L12-v2.Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cbf68d9743d4143a706d7a185f5c81aac9652419eb09e215d59a3ccc63d5c52
|
3 |
+
size 26331424
|
all-MiniLM-L12-v2.Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:958b609fb5545e231e2f21592f812a30770f72027a241487a041bdf444182a1e
|
3 |
+
size 24856864
|
all-MiniLM-L12-v2.Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f78cedff834bd7d0815f66e54baaa753d6b1a5459d6fd2f2e35499510e4b4ec
|
3 |
+
size 25796896
|
all-MiniLM-L12-v2.Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8dd55b85e29b2a7fadae84fd367b16f9a96929dee178c658a50eee4f67d2e7c
|
3 |
+
size 28810528
|
all-MiniLM-L12-v2.Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1acdf3d48f29c6f1b2cceeba9b7b7752218d9d82890e191de9d28d5af294f651
|
3 |
+
size 27824416
|
all-MiniLM-L12-v2.Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:584ae4bef58fdfcd2d33ec4cc3a329810ae4c559c6aa766cfbfe354407178339
|
3 |
+
size 28451104
|
all-MiniLM-L12-v2.Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fcf5e8a507c72c82f4bde601ac5a71ee5c7c9f9b57f9c5201f853f1c24237d9
|
3 |
+
size 30082336
|
all-MiniLM-L12-v2.Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b6554f3c785f7db354669198015b23f5bfa98d2364428ae45588a7be932b047
|
3 |
+
size 29335840
|
all-MiniLM-L12-v2.Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e16fb16af31a13a895b3e5786fd1691a5f40a95e48fdf68a88466c34d1ae22e9
|
3 |
+
size 34699552
|
all-MiniLM-L12-v2.Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:161d07a32057e754e1fe82e30547c736032ab255a6719890b7e76414c565b748
|
3 |
+
size 36413728
|
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": 12,
|
17 |
+
"pad_token_id": 0,
|
18 |
+
"position_embedding_type": "absolute",
|
19 |
+
"type_vocab_size": 2,
|
20 |
+
"use_cache": true,
|
21 |
+
"vocab_size": 30522
|
22 |
+
}
|