So excited to see text to video joining the party. You can learn more about this specific task here including with some open-source models and datasets: https://
huggingface.co/tasks/text-to-
video
…. AI is going to transform every single modality, domain and tasks of technology building!
OPEN SOURCE
-

Text-to-Video AI Joining Generative AI Revolution
By
–
-
Fine-tuning GPT2 with additional layers avoids pretraining scratch
By
–
he’s pointing out we can just add the two layers I drew here and train those starting from pretrained GPT2 or something; don’t have to pretrain from scratch
-

Smaug-72B Tops Hugging Face Leaderboard as Best Open-Source Model
By
–
Two weeks ago we released Smaug-72B – which topped the Hugging Face LLM leaderboard and it’s the first model with an average score of 80, making it the world’s best open-source foundation model. We applied several techniques on a fine tune derived from a Qwen-72B for this model.
-
Testing Long Context AI Model with PyTorch Codebase Analysis
By
–
Would love to try this. Its a long enough context length that we can throw in the entire PyTorch codebase and ask questions.
Happy to document my experience and give feedback. -

GGUF checkpoints now directly available from Hub
By
–
You can now directly pull and use GGUF checkpoints from the Hub! Thanks @ggerganov for adding the support for fostering such a brilliant community around llama.cpp!
-
Open-Source Copyright Ethics: Fair Use vs Licensing Ecosystems
By
–
One answer is that the cultural expectations of open-source mandate that people respect each other's Copyright, and relying on "Fair Use" instead is an alien concept and harmful to an ecosystem built around licensing. People inherently want to save the ecosystem…
-

Top Python Libraries for Data Analytics Tasks
By
–
Python powers data analytics, and this infographic lays out the top libraries for each task! .
For more tech tips, follow @ingliguori
. #Python #DataScience #MachineLearning -

Chat LangChain.js: Open-Source RAG Chatbot Framework
By
–
Chat LangChain.js Have questions about LangChain.js? Or looking to build your own RAG chatbot in JavaScript? We've open-sourced a fully @nextjs version of Chat LangChain that ingests and indexes the LangChain.js docs! The live version supports GPT 3.5 + @MistralAI
-
LangChain Chat JavaScript Source Code Repository
By
–
See the source code here: https://
github.com/langchain-ai/c
hat-langchainjs
…