besaleli's picture
Upload folder using huggingface_hub
d5618e6 verified
metadata
library_name: encoderfile
base_model: DuoGuard/DuoGuard-0.5B
tags:
  - encoderfile

DuoGuard/DuoGuard-0.5B Encoderfiles

Generated with Encoderfile Encoderfile 0.6.2

Pre-built encoderfiles for DuoGuard/DuoGuard-0.5B — self-contained, executable embedding servers you can run without any Python or ML dependencies.

Download

Pick the binary for your platform:

Platform File
macOS (Apple Silicon) DuoGuard-0.5B.aarch64-apple-darwin.encoderfile
macOS (Intel) DuoGuard-0.5B.x86_64-apple-darwin.encoderfile
Linux (x86_64) DuoGuard-0.5B.x86_64-linux-gnu.encoderfile
Linux (ARM64) DuoGuard-0.5B.aarch64-linux-gnu.encoderfile

Or download directly (example for macOS Apple Silicon):

wget https://huggingface.co/mozilla-ai/DuoGuard-DuoGuard-0.5B-encoderfile/blob/main/DuoGuard-0.5B.aarch64-apple-darwin.encoderfile
chmod +x ./DuoGuard-0.5B.aarch64-apple-darwin.encoderfile

Usage

Run as an embedding server:

./DuoGuard-0.5B.aarch64-apple-darwin.encoderfile serve

Infer directly from the CLI:

./DuoGuard-0.5B.aarch64-apple-darwin.encoderfile infer "this is a test"

About Encoderfile

Encoderfiles are self-contained executables that bundle a model and its runtime into a single binary. No Python, no dependencies — just download and run.

Learn more at mozilla-ai/encoderfile.