Sentence Similarity
sentence-transformers
Transformers
English
rk-transformers
bert
feature-extraction
rknn
rockchip
npu
rk3588
text-embeddings-inference
Instructions to use rk-transformers/all-MiniLM-L6-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use rk-transformers/all-MiniLM-L6-v2 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("rk-transformers/all-MiniLM-L6-v2") sentences = [ "That is a happy person", "That is a happy dog", "That is a very happy person", "Today is a sunny day" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Transformers
How to use rk-transformers/all-MiniLM-L6-v2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("rk-transformers/all-MiniLM-L6-v2") model = AutoModel.from_pretrained("rk-transformers/all-MiniLM-L6-v2") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "BertModel" | |
| ], | |
| "attention_probs_dropout_prob": 0.1, | |
| "classifier_dropout": null, | |
| "export_model_type": "transformer", | |
| "gradient_checkpointing": false, | |
| "hidden_act": "gelu", | |
| "hidden_dropout_prob": 0.1, | |
| "hidden_size": 384, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 1536, | |
| "layer_norm_eps": 1e-12, | |
| "max_position_embeddings": 512, | |
| "model_type": "bert", | |
| "num_attention_heads": 12, | |
| "num_hidden_layers": 6, | |
| "pad_token_id": 0, | |
| "position_embedding_type": "absolute", | |
| "rknn": { | |
| "model.rknn": { | |
| "batch_size": 1, | |
| "custom_string": null, | |
| "dynamic_input": null, | |
| "float_dtype": "float16", | |
| "inputs_yuv_fmt": null, | |
| "max_seq_length": 512, | |
| "mean_values": null, | |
| "model_input_names": [ | |
| "input_ids", | |
| "attention_mask" | |
| ], | |
| "opset": 19, | |
| "optimization": { | |
| "compress_weight": false, | |
| "enable_flash_attention": true, | |
| "model_pruning": false, | |
| "optimization_level": 0, | |
| "remove_reshape": false, | |
| "remove_weight": false, | |
| "sparse_infer": false | |
| }, | |
| "quantization": { | |
| "auto_hybrid_cos_thresh": 0.98, | |
| "auto_hybrid_euc_thresh": null, | |
| "dataset_columns": null, | |
| "dataset_name": null, | |
| "dataset_size": 128, | |
| "dataset_split": null, | |
| "dataset_subset": null, | |
| "do_quantization": false, | |
| "quant_img_RGB2BGR": false, | |
| "quantized_algorithm": "normal", | |
| "quantized_dtype": "w8a8", | |
| "quantized_hybrid_level": 0, | |
| "quantized_method": "channel" | |
| }, | |
| "rktransformers_version": "0.3.0", | |
| "single_core_mode": false, | |
| "std_values": null, | |
| "target_platform": "rk3588", | |
| "task": "auto", | |
| "task_kwargs": null | |
| }, | |
| "model_b1_s256.rknn": { | |
| "batch_size": 1, | |
| "custom_string": null, | |
| "dynamic_input": null, | |
| "float_dtype": "float16", | |
| "inputs_yuv_fmt": null, | |
| "max_seq_length": 256, | |
| "mean_values": null, | |
| "model_input_names": [ | |
| "input_ids", | |
| "attention_mask" | |
| ], | |
| "opset": 19, | |
| "optimization": { | |
| "compress_weight": false, | |
| "enable_flash_attention": true, | |
| "model_pruning": false, | |
| "optimization_level": 0, | |
| "remove_reshape": false, | |
| "remove_weight": false, | |
| "sparse_infer": false | |
| }, | |
| "quantization": { | |
| "auto_hybrid_cos_thresh": 0.98, | |
| "auto_hybrid_euc_thresh": null, | |
| "dataset_columns": null, | |
| "dataset_name": null, | |
| "dataset_size": 128, | |
| "dataset_split": null, | |
| "dataset_subset": null, | |
| "do_quantization": false, | |
| "quant_img_RGB2BGR": false, | |
| "quantized_algorithm": "normal", | |
| "quantized_dtype": "w8a8", | |
| "quantized_hybrid_level": 0, | |
| "quantized_method": "channel" | |
| }, | |
| "rktransformers_version": "0.3.0", | |
| "single_core_mode": false, | |
| "std_values": null, | |
| "target_platform": "rk3588", | |
| "task": "auto", | |
| "task_kwargs": null | |
| }, | |
| "model_b4_s256.rknn": { | |
| "batch_size": 4, | |
| "custom_string": null, | |
| "dynamic_input": null, | |
| "float_dtype": "float16", | |
| "inputs_yuv_fmt": null, | |
| "max_seq_length": 256, | |
| "mean_values": null, | |
| "model_input_names": [ | |
| "input_ids", | |
| "attention_mask" | |
| ], | |
| "opset": 19, | |
| "optimization": { | |
| "compress_weight": false, | |
| "enable_flash_attention": true, | |
| "model_pruning": false, | |
| "optimization_level": 0, | |
| "remove_reshape": false, | |
| "remove_weight": false, | |
| "sparse_infer": false | |
| }, | |
| "quantization": { | |
| "auto_hybrid_cos_thresh": 0.98, | |
| "auto_hybrid_euc_thresh": null, | |
| "dataset_columns": null, | |
| "dataset_name": null, | |
| "dataset_size": 128, | |
| "dataset_split": null, | |
| "dataset_subset": null, | |
| "do_quantization": false, | |
| "quant_img_RGB2BGR": false, | |
| "quantized_algorithm": "normal", | |
| "quantized_dtype": "w8a8", | |
| "quantized_hybrid_level": 0, | |
| "quantized_method": "channel" | |
| }, | |
| "rktransformers_version": "0.3.0", | |
| "single_core_mode": false, | |
| "std_values": null, | |
| "target_platform": "rk3588", | |
| "task": "auto", | |
| "task_kwargs": null | |
| }, | |
| "model_b4_s512.rknn": { | |
| "batch_size": 4, | |
| "custom_string": null, | |
| "dynamic_input": null, | |
| "float_dtype": "float16", | |
| "inputs_yuv_fmt": null, | |
| "max_seq_length": 512, | |
| "mean_values": null, | |
| "model_input_names": [ | |
| "input_ids", | |
| "attention_mask" | |
| ], | |
| "opset": 19, | |
| "optimization": { | |
| "compress_weight": false, | |
| "enable_flash_attention": true, | |
| "model_pruning": false, | |
| "optimization_level": 0, | |
| "remove_reshape": false, | |
| "remove_weight": false, | |
| "sparse_infer": false | |
| }, | |
| "quantization": { | |
| "auto_hybrid_cos_thresh": 0.98, | |
| "auto_hybrid_euc_thresh": null, | |
| "dataset_columns": null, | |
| "dataset_name": null, | |
| "dataset_size": 128, | |
| "dataset_split": null, | |
| "dataset_subset": null, | |
| "do_quantization": false, | |
| "quant_img_RGB2BGR": false, | |
| "quantized_algorithm": "normal", | |
| "quantized_dtype": "w8a8", | |
| "quantized_hybrid_level": 0, | |
| "quantized_method": "channel" | |
| }, | |
| "rktransformers_version": "0.3.0", | |
| "single_core_mode": false, | |
| "std_values": null, | |
| "target_platform": "rk3588", | |
| "task": "auto", | |
| "task_kwargs": null | |
| }, | |
| "rknn/model_o1.rknn": { | |
| "batch_size": 1, | |
| "custom_string": null, | |
| "dynamic_input": null, | |
| "float_dtype": "float16", | |
| "inputs_yuv_fmt": null, | |
| "max_seq_length": 512, | |
| "mean_values": null, | |
| "model_input_names": [ | |
| "input_ids", | |
| "attention_mask" | |
| ], | |
| "opset": 19, | |
| "optimization": { | |
| "compress_weight": false, | |
| "enable_flash_attention": true, | |
| "model_pruning": false, | |
| "optimization_level": 1, | |
| "remove_reshape": false, | |
| "remove_weight": false, | |
| "sparse_infer": false | |
| }, | |
| "quantization": { | |
| "auto_hybrid_cos_thresh": 0.98, | |
| "auto_hybrid_euc_thresh": null, | |
| "dataset_columns": null, | |
| "dataset_name": null, | |
| "dataset_size": 128, | |
| "dataset_split": null, | |
| "dataset_subset": null, | |
| "do_quantization": false, | |
| "quant_img_RGB2BGR": false, | |
| "quantized_algorithm": "normal", | |
| "quantized_dtype": "w8a8", | |
| "quantized_hybrid_level": 0, | |
| "quantized_method": "channel" | |
| }, | |
| "rktransformers_version": "0.3.0", | |
| "single_core_mode": false, | |
| "std_values": null, | |
| "target_platform": "rk3588", | |
| "task": "auto", | |
| "task_kwargs": null | |
| }, | |
| "rknn/model_o2.rknn": { | |
| "batch_size": 1, | |
| "custom_string": null, | |
| "dynamic_input": null, | |
| "float_dtype": "float16", | |
| "inputs_yuv_fmt": null, | |
| "max_seq_length": 512, | |
| "mean_values": null, | |
| "model_input_names": [ | |
| "input_ids", | |
| "attention_mask" | |
| ], | |
| "opset": 19, | |
| "optimization": { | |
| "compress_weight": false, | |
| "enable_flash_attention": true, | |
| "model_pruning": false, | |
| "optimization_level": 2, | |
| "remove_reshape": false, | |
| "remove_weight": false, | |
| "sparse_infer": false | |
| }, | |
| "quantization": { | |
| "auto_hybrid_cos_thresh": 0.98, | |
| "auto_hybrid_euc_thresh": null, | |
| "dataset_columns": null, | |
| "dataset_name": null, | |
| "dataset_size": 128, | |
| "dataset_split": null, | |
| "dataset_subset": null, | |
| "do_quantization": false, | |
| "quant_img_RGB2BGR": false, | |
| "quantized_algorithm": "normal", | |
| "quantized_dtype": "w8a8", | |
| "quantized_hybrid_level": 0, | |
| "quantized_method": "channel" | |
| }, | |
| "rktransformers_version": "0.3.0", | |
| "single_core_mode": false, | |
| "std_values": null, | |
| "target_platform": "rk3588", | |
| "task": "auto", | |
| "task_kwargs": null | |
| }, | |
| "rknn/model_o3.rknn": { | |
| "batch_size": 1, | |
| "custom_string": null, | |
| "dynamic_input": null, | |
| "float_dtype": "float16", | |
| "inputs_yuv_fmt": null, | |
| "max_seq_length": 512, | |
| "mean_values": null, | |
| "model_input_names": [ | |
| "input_ids", | |
| "attention_mask" | |
| ], | |
| "opset": 19, | |
| "optimization": { | |
| "compress_weight": false, | |
| "enable_flash_attention": true, | |
| "model_pruning": false, | |
| "optimization_level": 3, | |
| "remove_reshape": false, | |
| "remove_weight": false, | |
| "sparse_infer": false | |
| }, | |
| "quantization": { | |
| "auto_hybrid_cos_thresh": 0.98, | |
| "auto_hybrid_euc_thresh": null, | |
| "dataset_columns": null, | |
| "dataset_name": null, | |
| "dataset_size": 128, | |
| "dataset_split": null, | |
| "dataset_subset": null, | |
| "do_quantization": false, | |
| "quant_img_RGB2BGR": false, | |
| "quantized_algorithm": "normal", | |
| "quantized_dtype": "w8a8", | |
| "quantized_hybrid_level": 0, | |
| "quantized_method": "channel" | |
| }, | |
| "rktransformers_version": "0.3.0", | |
| "single_core_mode": false, | |
| "std_values": null, | |
| "target_platform": "rk3588", | |
| "task": "auto", | |
| "task_kwargs": null | |
| }, | |
| "rknn/model_w8a8.rknn": { | |
| "batch_size": 1, | |
| "custom_string": null, | |
| "dynamic_input": null, | |
| "float_dtype": "float16", | |
| "inputs_yuv_fmt": null, | |
| "max_seq_length": 512, | |
| "mean_values": null, | |
| "model_input_names": [ | |
| "input_ids", | |
| "attention_mask" | |
| ], | |
| "opset": 19, | |
| "optimization": { | |
| "compress_weight": false, | |
| "enable_flash_attention": true, | |
| "model_pruning": false, | |
| "optimization_level": 0, | |
| "remove_reshape": false, | |
| "remove_weight": false, | |
| "sparse_infer": false | |
| }, | |
| "quantization": { | |
| "auto_hybrid_cos_thresh": 0.98, | |
| "auto_hybrid_euc_thresh": null, | |
| "dataset_columns": [ | |
| "hypothesis" | |
| ], | |
| "dataset_name": "stanfordnlp/snli", | |
| "dataset_size": 2048, | |
| "dataset_split": [ | |
| "train" | |
| ], | |
| "dataset_subset": null, | |
| "do_quantization": true, | |
| "quant_img_RGB2BGR": false, | |
| "quantized_algorithm": "normal", | |
| "quantized_dtype": "w8a8", | |
| "quantized_hybrid_level": 0, | |
| "quantized_method": "channel" | |
| }, | |
| "rktransformers_version": "0.3.0", | |
| "single_core_mode": false, | |
| "std_values": null, | |
| "target_platform": "rk3588", | |
| "task": "auto", | |
| "task_kwargs": null | |
| } | |
| }, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.55.4", | |
| "type_vocab_size": 2, | |
| "use_cache": true, | |
| "vocab_size": 30522 | |
| } | |