Tiktoken improvements Thanks to @jamescalam you can now specify `allowed_special` and `disallowed_special` as parameters for the tiktoken tokenizer PR: https://
github.com/hwchase17/lang
chain/pull/924
…
CODE
-
Tiktoken Improvements: Enhanced Special Token Parameters
By
–
-
LangChain 0.0.82 Release: New Document Loaders and Embeddings
By
–
End of week release! 0.0.82 Some new/improved document loaders:
URLs – @UnstructuredIO Matt Robinson
EveryNote
PDFs @andrewwhite01 YouTube (Alex Zhangji) Some new features:
Batch embeddings @jmdagdelen Tiktoken improvements And the usual docs/bug fixes! -
LangChain URL Document Loader Integration with UnstructuredIO
By
–
URL document loader Using @UnstructuredIO
, now load data from URLs directly into the LangChain document format s/o Matt Robinson for adding! Docs: https://
langchain.readthedocs.io/en/latest/modu
les/document_loaders/examples/url.html
… -
LangChain Adds EveryNote File Loading Support
By
–
EveryNote By popular demand, added support for loading EveryNote files (.enex) Docs: https://
langchain.readthedocs.io/en/latest/modu
les/document_loaders/examples/everynote.html
… -
Open-Assistant Project: LAION-AI’s Open Source Initiative
By
–
El proyecto no es ese, es este. https://
github.com/LAION-AI/Open-
Assistant
… -
Whisper C++ Port Achieves Real-Time Speech Recognition CPU
By
–
C++ port of Whisper, very impressive. Base model does faster-than-real-time speech-to-text on CPU on a Macbook Pro
-
Daily Python and Machine Learning Tutorials Newsletter Subscription
By
–
That's it. Thanks for reading. Every day, I share tutorials around Python & Machine Learning. Follow me @Sumanth_077 If you like this content you will definitely love my newsletter as well. Subscribe here: http://
mlnewsletter.substack.com -
Flair: Advanced NLP Library for State-of-the-Art Text Processing
By
–
3. Flair Flair is an NLP library that allows you to apply state-of-the-art NLP models especially to the text. https://
github.com/flairNLP/flair -
Hugging Face Diffusers: Pre-trained Diffusion Models for Vision and Audio
By
–
4. Hugging Face Diffusers We are noticing the recent trend with applications using Diffusion Models either it can be Stable Diffusion or Dalle E Diffusers library provide you with pre trained diffusion models across vision and audio. Check this: https://
github.com/huggingface/di
ffusers
… -
Cog: Open-Source Tool for Packaging ML Models in Containers
By
–
2. Cog Cog is an open-source tool that lets you package machine learning models in a standard, production-ready container. And you can deploy that packaged model to your own infrastructure. Check this: https://
github.com/replicate/cog