How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="BAEM1N/PIXIE-Rune-v1.0-GGUF",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

PIXIE-Rune-v1.0 GGUF

GGUF conversion of telepix/PIXIE-Rune-v1.0.

#2 on Korean Embedding Leaderboard (NDCG@5,10 avg: 84.68)

Files

File Quant Size
PIXIE-Rune-v1.0-Q8_0.gguf Q8_0 599 MB
PIXIE-Rune-v1.0-F16.gguf F16 1.15 GB

Usage with llama.cpp

llama-server -m PIXIE-Rune-v1.0-Q8_0.gguf --port 9020 --embedding --pooling mean

Model Info

  • Architecture: XLM-RoBERTa (24 layers, hidden=1024)
  • Parameters: ~335M
  • Embedding dimension: 1024
  • Max sequence length: 8192
Downloads last month
20
GGUF
Model size
0.6B params
Architecture
bert
Hardware compatibility
Log In to add your hardware

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for BAEM1N/PIXIE-Rune-v1.0-GGUF

Quantized
(3)
this model