Concrete ML
concrete-ml-8f18a898·3 events·first seen 28d agoAliases: Concrete ML, Concrete-ML
Co-occurring entities
More like this (12)
Recent events (3)
Sentiment Analysis on Encrypted Data with Homomorphic Encryption
This Hugging Face blog post demonstrates running sentiment analysis on fully homomorphic encrypted (FHE) data, enabling inference without the server ever seeing plaintext inputs. The approach combines a fine-tuned NLP model with Concrete-ML, a library that compiles ML models to FHE circuits. This represents a practical demonstration of privacy-preserving ML inference at the application layer.
Running Privacy-Preserving Inferences on Hugging Face Endpoints
Hugging Face has published a blog post describing the integration of Fully Homomorphic Encryption (FHE) with its Inference Endpoints service, enabling privacy-preserving ML inference where data remains encrypted throughout computation. The approach allows clients to send encrypted inputs to a hosted model without the server ever seeing plaintext data. This represents a practical deployment of FHE-based ML, a technique that has historically been too slow for production use but is gaining traction with recent optimizations.
Towards Encrypted Large Language Models with FHE
This Hugging Face blog post explores applying Fully Homomorphic Encryption (FHE) to Large Language Models, enabling inference on encrypted data without exposing plaintext inputs to the server. The approach aims to address privacy concerns in cloud-based LLM deployments by allowing computations to occur directly on ciphertext. The post likely covers the technical challenges of adapting transformer architectures to FHE constraints and presents early feasibility results.