Upload folder using huggingface_hub
Browse files- .gitattributes +4 -0
- JasperLS/gelectra-base-injection/README.md +41 -0
- JasperLS/gelectra-base-injection/gelectra-base-injection.aarch64-apple-darwin.encoderfile +3 -0
- JasperLS/gelectra-base-injection/gelectra-base-injection.aarch64-linux-gnu.encoderfile +3 -0
- JasperLS/gelectra-base-injection/gelectra-base-injection.x86_64-apple-darwin.encoderfile +3 -0
- JasperLS/gelectra-base-injection/gelectra-base-injection.x86_64-linux-gnu.encoderfile +3 -0
.gitattributes
CHANGED
|
@@ -47,3 +47,7 @@ JasperLS/deberta-v3-base-injection/deberta-v3-base-injection.aarch64-apple-darwi
|
|
| 47 |
JasperLS/deberta-v3-base-injection/deberta-v3-base-injection.aarch64-linux-gnu.encoderfile filter=lfs diff=lfs merge=lfs -text
|
| 48 |
JasperLS/deberta-v3-base-injection/deberta-v3-base-injection.x86_64-apple-darwin.encoderfile filter=lfs diff=lfs merge=lfs -text
|
| 49 |
JasperLS/deberta-v3-base-injection/deberta-v3-base-injection.x86_64-linux-gnu.encoderfile filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
JasperLS/deberta-v3-base-injection/deberta-v3-base-injection.aarch64-linux-gnu.encoderfile filter=lfs diff=lfs merge=lfs -text
|
| 48 |
JasperLS/deberta-v3-base-injection/deberta-v3-base-injection.x86_64-apple-darwin.encoderfile filter=lfs diff=lfs merge=lfs -text
|
| 49 |
JasperLS/deberta-v3-base-injection/deberta-v3-base-injection.x86_64-linux-gnu.encoderfile filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
JasperLS/gelectra-base-injection/gelectra-base-injection.aarch64-apple-darwin.encoderfile filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
JasperLS/gelectra-base-injection/gelectra-base-injection.aarch64-linux-gnu.encoderfile filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
JasperLS/gelectra-base-injection/gelectra-base-injection.x86_64-apple-darwin.encoderfile filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
JasperLS/gelectra-base-injection/gelectra-base-injection.x86_64-linux-gnu.encoderfile filter=lfs diff=lfs merge=lfs -text
|
JasperLS/gelectra-base-injection/README.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# `JasperLS/gelectra-base-injection` Encoderfiles
|
| 2 |
+
|
| 3 |
+
**Generated with [Encoderfile](https://github.com/mozilla-ai/encoderfile) Encoderfile 0.5.1**
|
| 4 |
+
|
| 5 |
+
Pre-built encoderfiles for [`JasperLS/gelectra-base-injection`](https://huggingface.co/JasperLS/gelectra-base-injection) — self-contained, executable embedding servers you can run without any Python or ML dependencies.
|
| 6 |
+
|
| 7 |
+
## Download
|
| 8 |
+
|
| 9 |
+
Pick the binary for your platform:
|
| 10 |
+
|
| 11 |
+
| Platform | File |
|
| 12 |
+
|---|---|
|
| 13 |
+
| macOS (Apple Silicon) | `gelectra-base-injection.aarch64-apple-darwin.encoderfile` |
|
| 14 |
+
| macOS (Intel) | `gelectra-base-injection.x86_64-apple-darwin.encoderfile` |
|
| 15 |
+
| Linux (x86_64) | `gelectra-base-injection.x86_64-linux-gnu.encoderfile` |
|
| 16 |
+
| Linux (ARM64) | `gelectra-base-injection.aarch64-linux-gnu.encoderfile` |
|
| 17 |
+
|
| 18 |
+
Or download directly (example for macOS Apple Silicon):
|
| 19 |
+
|
| 20 |
+
```bash
|
| 21 |
+
wget https://huggingface.co/mozilla-ai/encoderfile/blob/main/JasperLS/gelectra-base-injection/gelectra-base-injection.aarch64-apple-darwin.encoderfile
|
| 22 |
+
chmod +x ./gelectra-base-injection.aarch64-apple-darwin.encoderfile
|
| 23 |
+
```
|
| 24 |
+
|
| 25 |
+
## Usage
|
| 26 |
+
|
| 27 |
+
**Run as an embedding server:**
|
| 28 |
+
```bash
|
| 29 |
+
./gelectra-base-injection.aarch64-apple-darwin.encoderfile serve
|
| 30 |
+
```
|
| 31 |
+
|
| 32 |
+
**Infer directly from the CLI:**
|
| 33 |
+
```bash
|
| 34 |
+
./gelectra-base-injection.aarch64-apple-darwin.encoderfile infer "this is a test"
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
## About Encoderfile
|
| 38 |
+
|
| 39 |
+
Encoderfiles are self-contained executables that bundle a model and its runtime into a single binary. No Python, no dependencies — just download and run.
|
| 40 |
+
|
| 41 |
+
Learn more at [mozilla-ai/encoderfile](https://github.com/mozilla-ai/encoderfile).
|
JasperLS/gelectra-base-injection/gelectra-base-injection.aarch64-apple-darwin.encoderfile
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50e6d3b8496e865b8160c288545b055331c3c75b0ab85db96c1a1af7ec062b71
|
| 3 |
+
size 481783207
|
JasperLS/gelectra-base-injection/gelectra-base-injection.aarch64-linux-gnu.encoderfile
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b41c439178cdb651df298367923d221f9d3705d2b6e0dea56742d8b4b65ce753
|
| 3 |
+
size 486115615
|
JasperLS/gelectra-base-injection/gelectra-base-injection.x86_64-apple-darwin.encoderfile
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29c4e4ef03f5f7a1ba8518c6407375227032c04af4342eec9e08ff0f1217c174
|
| 3 |
+
size 486588155
|
JasperLS/gelectra-base-injection/gelectra-base-injection.x86_64-linux-gnu.encoderfile
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87c2ccddb59763f3185fa2a279e0dd6fb0d762f6b790a66ec289ce7e9de66728
|
| 3 |
+
size 491424719
|