Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
gurgutan
/
giga-embedding-instruct-bnb-4bit
like
0
Feature Extraction
sentence-transformers
Safetensors
Transformers
Russian
English
gigarembed
MTEB
custom_code
4-bit precision
bitsandbytes
License:
mit
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
main
giga-embedding-instruct-bnb-4bit
/
chat_template.jinja
gurgutan
Upload 9 files
64ab343
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
115 Bytes
{%-
for
message
in
messages -%}
{{ message['content'] }}
{%-
if
not loop.last -%}
{{ ' ' }}
{%-
endif
-%}
{%-
endfor
-%}