--- license: apache-2.0 base_model: NeuML/bert-hash-nano-embeddings tags: - litert - sentence-similarity pipeline_tag: sentence-similarity --- # Model Card for bert-hash-nano-embeddings LiteRT bert-hash-nano-embeddings LiteRT model. This can be run in `txtai` using the following code. ```python import txtai embeddings = txtai.Embeddings( path="neuml/bert-hash-nano-embeddings-litert/bert-hash-nano-embeddings-fp16.tflite", content=True, ) embeddings.index(documents()) # Run a query embeddings.search("query to run") ``` [See this link](https://huggingface.co/NeuML/all-MiniLM-L6-v2-litert) to see the code used to create this model.