LangChain version 0.0.30: Add an `add_examples` method to the ExampleSelector class This was an idea from @sjwhitmore
, allowing for automatic updating of the examples used in prompts based on user feedback
OPEN SOURCE
-
LangChain 0.0.30: New add_examples Method for ExampleSelector
By
–
-

GPT Author Chat Project Completed After 10 Hours of Development
By
–
ok so probably spent around 10 hours total on this and finished it up to a point where I am comfortable using it for my final project. check out the code here: https://
github.com/alexalbertt/Gp
tAuthorChat
… here's what it looks like -
LangChain 0.0.29 Release with APIChain and Poetry Updates
By
–
Lots of activity over the weekend! LangChain version 0.0.29: https://
github.com/hwchase17/lang
chain
… APIChain by @subby_tech Improve example by @scottleibrand Start using poetry package manager by `shoelsch` See here for more on APIChain: -
PaddlePaddle 2.4 Enhances Framework Development Flexibility
By
–
PaddlePaddle 2.4 enables a more flexible and convenient framework development. For more details, check out below.
-
ChatGPT: Human Evaluation of Solutions
By
–
But with models like #ChatGPT, it goes beyond that. We don’t just want to know if it works or not. Instead, we aim to select the best-performing solutions from multiple options by having a human assess them.
-
Join Discord Event Fine-Tune Speech Recognition Models
By
–
Are you interested in joining the event and fine-tuning your own models? Join our discord server and help democratise Speech Recognition across languages! https://
hf.co/join/discord -
Unofficial LangChain ChatGPT Integration Released
By
–
Since there's been a lot of requests…. an unofficial LangChain ChatGPT integration
-

7 Free Programming Books for Data Scientists
By
–
7 Free #Programming #Books Every #DataScientist! #BigData #Analytics #DataScience #IoT #IIoT #PyTorch #Python #RStats #TensorFlow #Java #JavaScript #ReactJS #GoLang #CloudComputing #Serverless #Linux #Books #Coding #100DaysofCode https://
geni.us/Free-Programmi
ng-DSci
… -
New .keras file format introduction and testing request
By
–
This new file format is new, so please try it out, and if you run into any issues, please report them on GitHub! In the coming months, we will make this format the new default for any file with the `.keras` extension.
-

White-box model format: JSON config and weights in ZIP archive
By
–
The format is entirely whitebox — the file saved is a zip archive that you can inspect. It contains the config of the model as a human-readable JSON file (a description of the architecture and hyperparameters of the model), a weights file (essentially a dict of arrays)…