Nicolay Rusnachenko's picture

Nicolay Rusnachenko

nicolay-r

AI & ML interests

Information Retrieval・Medical Multimodal NLP (πŸ–Ό+πŸ“) Research Fellow @BU_Research・software developer http://arekit.io・PhD in NLP

Recent Activity

reacted to merve's post with πŸ”₯ 4 days ago
It was the week of video generation at @huggingface, on top of many new LLMs, VLMs and more! Let’s have a wrap 🌯 https://huggingface.co/collections/merve/may-16-releases-682aeed23b97eb0fe965345c LLMs πŸ’¬ > Alibaba Qwen released WorldPM-72B, new World Preference Model trained with 15M preference samples (OS) > II-Medical-8B, new LLM for medical reasoning that comes in 8B by Intelligent-Internet > TRAIL is a new dataset by Patronus for trace error reasoning for agents (OS) Multimodal πŸ–ΌοΈπŸ’¬ > Salesforce Research released BLIP3o, a new any-to-any model with image-text input and image-text output πŸ’¬it’s based on an image encoder, a text decoder and a DiT, and comes in 8B > They also released pre-training and fine-tuning datasets > MMMG is a multimodal generation benchmark for image, audio, text (interleaved) Image Generation ⏯️ > Alibaba Wan-AI released Wan2.1-VACE, video foundation model for image and text to video, video-to-audio and more tasks, comes in 1.3B and 14B (OS) > ZuluVision released MoviiGen1.1, new cinematic video generation model based on Wan 2.1 14B (OS) > multimodalart released isometric-skeumorphic-3d-bnb, an isometric 3D asset generator (like AirBnB assets) based on Flux > LTX-Video-0.9.7-distilled is a new real-time video generation (text and image to video) model by Lightricks > Hidream_t2i_human_preference is a new text-to-image preference dataset by Rapidata with 195k human responses from 38k annotators Audio πŸ—£οΈ > stabilityai released stable-audio-open-small new text-to-audio model > TEN-framework released ten-vad, voice activity detection model (OS)
reacted to ginipick's post with πŸ‘ 4 days ago
AI BOOK MAKER πŸ“šβœ¨ Transform your text and PDF into a beautiful AI-powered intelligent Flipbook with magic πŸͺ„ https://huggingface.co/spaces/ginipick/AI-BOOK Introduction 🌟 AI BOOK MAKER is a revolutionary platform that converts text and PDF files into intelligent AI books. With just a single file upload, our automatic RAG (Retrieval-Augmented Generation) system activates an AI chatbot that perfectly comprehends your content, delivering a next-generation digital book experience that combines interactive flipbooks with conversational intelligence! πŸ“–βœ¨ Groundbreaking Core Features πŸ’Ž One-Click RAG System πŸ”„: Automatic knowledge base creation and AI conversation engine activation with just one text or PDF upload Industry-Leading Flip Effects πŸ“„βž‘οΈπŸ“„: Exclusive AI-driven page transition technology for an immersive experience beyond physical books Perfect Cross-Platform Support πŸ“±: Intelligent responsive design providing optimized experiences on any device Automatic Unique URL Generation πŸ”—: Exclusive system creating personalized links for instant sharing with friends, family, and colleagues AI Auto-Summary Engine πŸ€–: Intelligent summarization and insight extraction features that instantly grasp the essence of your content Ultra-Intelligent AI Chatbot πŸ’¬: Personalized knowledge assistant to ask questions and get answers about book content Game-Changer For People Who πŸ‘ πŸ“ Authors and creators wanting to share their knowledge and content as AI-powered interactive books πŸŽ“ Educators and students looking to transform research materials and learning content into smart, conversational flipbooks πŸ‘¨β€πŸ’Ό Professionals seeking to upgrade business documents into intelligent books shareable with clients and team members πŸ“š Anyone wanting to share valuable documents with their network while exploring new experiences with AI assistance Start the Magic in 3 Seconds πŸ› οΈ Single Upload πŸ“€ Ultra-Fast AI Conversion ⚑ Custom URL Acquisition πŸ‘€ Explore with AI πŸ’¬
View all activity

Organizations

None yet

Posts 70

view post
Post
223
πŸ“’ Following the bulk-chain v1.1.0 release and its minimalistic integration and real-world deployment on async inference with your LLM provider. Below is an example of tk-sheet for spreadsheet-style LLM reasoning

πŸ”‘ We use the concept of asyncio loops. You can set event loop of the utilized framework. At present it converts async generators to sync.
https://stackoverflow.com/questions/71580727/translating-async-generator-into-sync-one/79617639#79617639

πŸ”— The integration demo:
https://github.com/nicolay-r/bulk-chain-tksheet-client

🌌 The provider:
https://github.com/nicolay-r/nlp-thirdgate/blob/master/llm/replicate_104.py

view post
Post
2317
πŸš€ For those who interested in minimalistic integration of LLMs inferece with predefined reasoning shema, excited to share the latest bulk chain 1.1.0. It represents a no-string solution for deploying your LLM for efficient inference over data iterators.
✨ Key Features:
- Full async inference support + Including streaming mode for real-time output
- simplified inference API
πŸ”— Check out the repo: https://github.com/nicolay-r/bulk-chain

πŸ’‘ Special thanks to @RicardoLee for his work on effective async LLaMA-3 deployment that helped shape this release:
https://github.com/RicardoLeeV587/Llama3-FastInference

datasets 0

None public yet