In line with this work, we're open-sourcing a new dataset to help the broader community improve fairness of speech recognition models. The dataset includes ~27K utterances in recorded speech from 595 paid participants. Dataset https://
bit.ly/3DiV0zr 3/3
OPEN SOURCE
-
Meta Open-Sources Speech Recognition Fairness Dataset
By
–
-
T2I-Adapter: Advanced Image Generation Technology Explained
By
–
Hello @sandbar101 thanks for your question. We are using https://
github.com/TencentARC/T2I
-Adapter
… which is very similar to controlnet, but works better. -
Release of curated-transformers: Pure PyTorch library for LLMs
By
–
Excited to release this! A pure @PyTorch library for LLMs and other transformers. It strikes a different trade-off from @huggingface Transformers. curated-transformers won't be up-to-the-minute with new architectures, added verbatim. Instead the implementations are factored out https://
x.com/spacy_io/statu
/spacy_io/status/1679480083801866241
… -
LightGBM Early Stopping Callback for sklearn API
By
–
We need to have early stopping as a callback in the sklearn api. es = lgb.early_stopping(stopping_rounds=200, verbose=False) http://
lgb.fit(train_X, train_y, eval_set=(val_X, val_y), callbacks=[es]) -
LoRAs Assembly: Machine Learning Fine-tuning Innovation
By
–
all the LoRas assemble, this is going to be fun!
-

Scikit-Learn Adds PyTorch GPU Support via Array Dispatch
By
–
wow didn't know this was happening. this is huge!
scikit added support for pytorch and GPUs via array dispatch -

PandasAI: GenAI Library for Data Analysis with Claude
By
–
Pandas AI x @AnthropicAI @ai_pandas is an AWESOME library by @lele_venturi that adds GenAI capabilities to pandas DFs It's also fully compatible with @langchain LLMs… which means you can easily use things like @AnthropicAI
's claude-2! Repo: https://
github.com/gventuri/panda
s-ai
… -
VampNet demo now available on Hugging Face Spaces
By
–
VampNet demo is now live on @huggingface spaces by @hugggof try it out: https://
huggingface.co/spaces/descrip
t/vampnet
… https://
x.com/hugggof/status
/1679178387032621074/video/1
… -
Neon Database Vector Analysis Compared to pg_vector
By
–
What I really like about the analysis the @neondatabase team did is that they did a pretty detailed comparison to `pg_vector`. s/o @raoufdevrel for this They both have their pros and cons! @andrewkane @kiwicopple would love your thoughts here as well
-
LangChain PGEmbedding Integration Now Available
By
–
Integrations page for LangChain: https://
integrations.langchain.com/new?integratio
n_name=PGEmbedding
… HN discussion: https://
news.ycombinator.com/item?id=366955
42
…