Upload folder using huggingface_hub
Browse files- README.md +26 -2
- config.json +1 -1
- ppo_congestion.safetensors +1 -1
- transformer_loss.safetensors +1 -1
README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- networking
|
|
|
|
|
|
|
|
|
|
| 5 |
- congestion-control
|
| 6 |
- loss-prediction
|
| 7 |
- rust
|
|
@@ -16,12 +19,33 @@ pipeline_tag: other
|
|
| 16 |
|
| 17 |
# 🦀 Oxidize ML Models
|
| 18 |
|
| 19 |
-
Machine learning models for [Oxidize](https://github.com/gagansuie/oxidize) — an Agentic SASE Platform built in pure Rust.
|
| 20 |
|
| 21 |
-
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
## Highlights
|
| 24 |
|
|
|
|
| 25 |
- **10x faster inference** via INT8 quantization
|
| 26 |
- **<1µs cached latency** with speculative pre-computation
|
| 27 |
- **Pure Rust** — no Python runtime, trained with Candle
|
|
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- networking
|
| 5 |
+
- sase
|
| 6 |
+
- agentic
|
| 7 |
+
- autonomous-agents
|
| 8 |
- congestion-control
|
| 9 |
- loss-prediction
|
| 10 |
- rust
|
|
|
|
| 19 |
|
| 20 |
# 🦀 Oxidize ML Models
|
| 21 |
|
| 22 |
+
Machine learning models for [Oxidize](https://github.com/gagansuie/oxidize) — an **Agentic SASE Platform** built in pure Rust.
|
| 23 |
|
| 24 |
+
> Oxidize doesn't just accelerate your network — it thinks for you. Autonomous agents predict, decide, and act in real-time to optimize every connection.
|
| 25 |
+
|
| 26 |
+
## From Network Accelerator to Agentic SASE
|
| 27 |
+
|
| 28 |
+
Oxidize has evolved beyond traditional network acceleration. Here's what makes it different:
|
| 29 |
+
|
| 30 |
+
| Traditional Network Accelerator | Oxidize Agentic SASE |
|
| 31 |
+
|--------------------------------|---------------------|
|
| 32 |
+
| Static routing | **Autonomous path selection** per flow |
|
| 33 |
+
| Reactive congestion control | **Predictive agents** that act before congestion |
|
| 34 |
+
| Manual policy updates | **Self-healing** that detects and responds to threats |
|
| 35 |
+
| One-size-fits-all | **Per-flow bandits** that learn your traffic patterns |
|
| 36 |
+
|
| 37 |
+
### The Agentic Difference
|
| 38 |
+
|
| 39 |
+
Oxidize runs **autonomous prediction-action agents** in the packet path:
|
| 40 |
+
|
| 41 |
+
1. **Per-Flow UCB1 Bandits** — Each network flow gets its own bandit that learns optimal routing decisions over time
|
| 42 |
+
2. **Online Model Distillation** — New models validated in shadow mode, atomic swap into production without downtime
|
| 43 |
+
3. **Self-Healing** — Anomaly detection tracks validation failures; triggers automatic model retraining when >50% of samples are rejected (e.g., during DDoS attacks)
|
| 44 |
+
4. **Continuous Learning** — Real traffic from your servers improves the models daily
|
| 45 |
|
| 46 |
## Highlights
|
| 47 |
|
| 48 |
+
- **Autonomous Agents** — No manual intervention required; agents make decisions in microseconds
|
| 49 |
- **10x faster inference** via INT8 quantization
|
| 50 |
- **<1µs cached latency** with speculative pre-computation
|
| 51 |
- **Pure Rust** — no Python runtime, trained with Candle
|
config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
| 3 |
"contributing_servers": 1,
|
| 4 |
-
"last_updated": "2026-03-
|
| 5 |
"total_samples": 20000
|
| 6 |
},
|
| 7 |
"models": {
|
|
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
| 3 |
"contributing_servers": 1,
|
| 4 |
+
"last_updated": "2026-03-04",
|
| 5 |
"total_samples": 20000
|
| 6 |
},
|
| 7 |
"models": {
|
ppo_congestion.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 143796
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbbfedf70cbdf5135a06b017501adcd3f04685f66269b0786d4c10f43d3e7fce
|
| 3 |
size 143796
|
transformer_loss.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 199908
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4668504c7b2608120f1b06c1a631419154a3e0f4f7ff5a038b667e510b8750bd
|
| 3 |
size 199908
|