Asankhaya Sharma's picture

Asankhaya Sharma

codelion

AI & ML interests

Creator of OptiLLM, OpenEvolve, Adaptive Classifier, and Ellora. Pioneering a new category in AI infrastructure: inference-time compute for LLMs.

Recent Activity

reacted to their post with āž• about 11 hours ago
šŸš€ Adaptive Classifier v0.1.0: Now with ONNX Runtime Support! We're excited to announce a major update to Adaptive Classifier - a flexible, continuous learning classification system that adapts to new classes without retraining! What's New: ⚔ ONNX Runtime Integration: Get 1.14x faster CPU inference out of the box (up to 4x on x86 processors) šŸ“¦ INT8 Quantization: Models are now 4x smaller with minimal accuracy loss, making deployment easier and faster šŸŽÆ Smart Loading: Automatically uses the best model variant for your hardware - quantized for speed by default, or unquantized for maximum accuracy šŸ”„ 7.5x Faster Model Loading: Get started quickly with optimized model initialization How It Works: Adaptive Classifier lets you build text classifiers that continuously learn from new examples without catastrophic forgetting. Perfect for: - Dynamic classification tasks where classes evolve over time - Few-shot learning scenarios with limited training data - Production systems that need to adapt to new categories The new ONNX support means you get production-ready speed on CPU without any code changes - just load and run! Try it now: from adaptive_classifier import AdaptiveClassifier # Load with ONNX automatically enabled (quantized for best performance) classifier = AdaptiveClassifier.load("adaptive-classifier/llm-router") # Add examples dynamically classifier.add_examples( ["Route this to GPT-4", "Simple task for GPT-3.5"], ["strong", "weak"] ) # Predict with optimized inference predictions = classifier.predict("Complex reasoning task") Check out our LLM Router model to see it in action: https://huggingface.co/adaptive-classifier/llm-router GitHub Repository: https://github.com/codelion/adaptive-classifier Install now: pip install adaptive-classifier We'd love to hear your feedback and see what you build with it! #MachineLearning #NLP #ONNX #ContinuousLearning #TextClassification
reacted to their post with šŸ¤ about 23 hours ago
šŸš€ Adaptive Classifier v0.1.0: Now with ONNX Runtime Support! We're excited to announce a major update to Adaptive Classifier - a flexible, continuous learning classification system that adapts to new classes without retraining! What's New: ⚔ ONNX Runtime Integration: Get 1.14x faster CPU inference out of the box (up to 4x on x86 processors) šŸ“¦ INT8 Quantization: Models are now 4x smaller with minimal accuracy loss, making deployment easier and faster šŸŽÆ Smart Loading: Automatically uses the best model variant for your hardware - quantized for speed by default, or unquantized for maximum accuracy šŸ”„ 7.5x Faster Model Loading: Get started quickly with optimized model initialization How It Works: Adaptive Classifier lets you build text classifiers that continuously learn from new examples without catastrophic forgetting. Perfect for: - Dynamic classification tasks where classes evolve over time - Few-shot learning scenarios with limited training data - Production systems that need to adapt to new categories The new ONNX support means you get production-ready speed on CPU without any code changes - just load and run! Try it now: from adaptive_classifier import AdaptiveClassifier # Load with ONNX automatically enabled (quantized for best performance) classifier = AdaptiveClassifier.load("adaptive-classifier/llm-router") # Add examples dynamically classifier.add_examples( ["Route this to GPT-4", "Simple task for GPT-3.5"], ["strong", "weak"] ) # Predict with optimized inference predictions = classifier.predict("Complex reasoning task") Check out our LLM Router model to see it in action: https://huggingface.co/adaptive-classifier/llm-router GitHub Repository: https://github.com/codelion/adaptive-classifier Install now: pip install adaptive-classifier We'd love to hear your feedback and see what you build with it! #MachineLearning #NLP #ONNX #ContinuousLearning #TextClassification
reacted to their post with šŸš€ about 23 hours ago
šŸš€ Adaptive Classifier v0.1.0: Now with ONNX Runtime Support! We're excited to announce a major update to Adaptive Classifier - a flexible, continuous learning classification system that adapts to new classes without retraining! What's New: ⚔ ONNX Runtime Integration: Get 1.14x faster CPU inference out of the box (up to 4x on x86 processors) šŸ“¦ INT8 Quantization: Models are now 4x smaller with minimal accuracy loss, making deployment easier and faster šŸŽÆ Smart Loading: Automatically uses the best model variant for your hardware - quantized for speed by default, or unquantized for maximum accuracy šŸ”„ 7.5x Faster Model Loading: Get started quickly with optimized model initialization How It Works: Adaptive Classifier lets you build text classifiers that continuously learn from new examples without catastrophic forgetting. Perfect for: - Dynamic classification tasks where classes evolve over time - Few-shot learning scenarios with limited training data - Production systems that need to adapt to new categories The new ONNX support means you get production-ready speed on CPU without any code changes - just load and run! Try it now: from adaptive_classifier import AdaptiveClassifier # Load with ONNX automatically enabled (quantized for best performance) classifier = AdaptiveClassifier.load("adaptive-classifier/llm-router") # Add examples dynamically classifier.add_examples( ["Route this to GPT-4", "Simple task for GPT-3.5"], ["strong", "weak"] ) # Predict with optimized inference predictions = classifier.predict("Complex reasoning task") Check out our LLM Router model to see it in action: https://huggingface.co/adaptive-classifier/llm-router GitHub Repository: https://github.com/codelion/adaptive-classifier Install now: pip install adaptive-classifier We'd love to hear your feedback and see what you build with it! #MachineLearning #NLP #ONNX #ContinuousLearning #TextClassification
View all activity

Organizations

meraGPT's profile picture Lambda Security's profile picture National University of Singapore's profile picture Patched's profile picture ZeroGPU Explorers's profile picture MLX Community's profile picture Social Post Explorers's profile picture Hugging Face Discord Community's profile picture Dria's profile picture Adaptive Classifier's profile picture Reasoning datasets competition 's profile picture Cerebras Hugging Face Hackathon's profile picture Agents-MCP-Hackathon's profile picture