diff --git a/deploy/models-cdn-simple/index.html b/deploy/models-cdn-simple/index.html new file mode 100644 index 00000000..d3b66672 --- /dev/null +++ b/deploy/models-cdn-simple/index.html @@ -0,0 +1,110 @@ + + +
+384-dimensional transformer model for embeddings
+ + + +# Direct download
+curl -O https://models.soulcraft.com/models/all-MiniLM-L6-v2.tar.gz
+
+# Verify integrity
+echo "SHA256_HASH all-MiniLM-L6-v2.tar.gz" | sha256sum -c
+
+ manifest.json - Model manifest with all hashes
+✅ OPERATIONAL
+ +This CDN hosts the transformer models required for Brainy operations.
+⚠️ These models MUST NEVER change - they are the foundation of user data access.
+ +https://models.soulcraft.com/brainy/v1/all-MiniLM-L6-v2.tar.gz
+
+ This 384-dimensional transformer model is essential for Brainy's vector operations.
+ +
+ all-MiniLM-L6-v2.tar.gz (87MB)
+ SHA256: $TARBALL_HASH
+
# Download and verify
+curl -O https://models.soulcraft.com/models/all-MiniLM-L6-v2.tar.gz
+echo "$TARBALL_HASH all-MiniLM-L6-v2.tar.gz" | sha256sum -c
+
+# Extract
+tar -xzf all-MiniLM-L6-v2.tar.gz
+
+ GET /models/manifest.json - Model manifest with all hashesGET /models/all-MiniLM-L6-v2.tar.gz - Complete model packageGET /models/Xenova/all-MiniLM-L6-v2/* - Individual model files+ Powered by Google Cloud Storage | + View Manifest | + GitHub +
+