At an even lower level, you can create your own custom tokenizer on a new vocabulary, or pretrain your own backbone. The KerasNLP APIs will be useful to you no matter how advanced you use case becomes. Be sure to check out the starter guide: https://
keras.io/guides/keras_n
lp/getting_started/
…
CODE
-
KerasNLP APIs for Custom Tokenizers and Advanced NLP Use Cases
By
–
-

Overcome Math Fear: Essential Guide for Data Science Learning
By
–
How To Overcome The Fear of Math and Learn Math For Data Science: Many aspiring Data Scientists, especially when self-learning, fail to learn the necessary math foundations. These recommendations for learning approaches along with references to valuable… https://
kdnuggets.com/2021/03/overco
me-fear-learn-math-data-science.html?utm_source=dlvr.it&utm_medium=twitter&utm_campaign=how-to-overcome-the-fear-of-math-and-learn-math-for-data-science
… -

GitHub Copilot Testing New Tools for Code Quality Control
By
–
¡Amantes de Copilot! GitHub está probando nuevas herramientas para daros más control en el uso de vuestro copiloto IA favorito, y tiene muy buena pinta. Una barra de herramientas con diferentes funcionalidades para hacer el código más legible, más bonito, más robusto, etc.
-

Essential Books for Machine Learning and Deep Learning
By
–
4 essential books anyone should read: • Machine Learning with PyTorch and Scikit-Learn
• Transformers for NLP
• Deep Learning with Python
• Designing Machine Learning Systems -
LangChain PR 609: New Features for Agent Development
By
–
pr open: https://
github.com/hwchase17/lang
chain/pull/609
… @kweyamba_ai is this good for your use case? -
Join Our Community to Build Cutting Edge AI Applications
By
–
Interested in collaborating with our thriving community and building some cutting edge applications and fun demos? Join our discord: https://
hf.co/join/discord -
Creative Whisper Demos Add Multilingual Subtitles to Videos
By
–
It's so empowering to see how creative @huggingface community members are. A few mind-blowing Whisper demos: @RasmusToivanen
's demo helps you add multilingual subtitles to YouTube videos -
Vumichien’s Whisper Demo: Audio Transcription Speaker Diarization Tool
By
–
Vumichien's Whisper demo, transcribes the audio, generates speaker embeddings and performs clustering to identify speaker segments! https://
huggingface.co/spaces/vumichi
en/whisper-speaker-diarization
… -
LangChain Releases Collaborative Notebooks Gallery Section
By
–
Collab NB section in docs – @samcwl We've released a lot of really cool Collab Notebooks (LangChain-AGI, Wolfram Alpha, Tool updates) but haven't really tracked them anywhere Until now! Big shoutout to @samcwl for idea and implementation https://
langchain.readthedocs.io/en/latest/gall
ery.html#misc-colab-notebooks
… -
LangChain Exposes Custom Prompts for LLMMath and SQLite
By
–
Custom prompts Previously, prompts for LLMMath and SQLite chain were fixed Now they are exposed as parameters, meaning you can customize them! LLMMath: https://
langchain.readthedocs.io/en/latest/modu
les/chains/examples/llm_math.html
…
SQLite: https://
langchain.readthedocs.io/en/latest/modu
les/chains/examples/sqlite.html
… h/t @nickscamara_ Francisco Ingham in the discord for the idea