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:
CODE
-
LangChain 0.0.29 Release with APIChain and Poetry Updates
By
–
-
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.
-

Baidu Releases 11 New AI Models at Wave Summit
By
–
At Wave Summit+ last week, Baidu released a wave of new AI technologies to drive AI adoption and further lower the threshold.
– 11 new AI Big Models – PaddlePaddle 2.4
– New features of AI-generated art platform
– A neural search system
Read more: http://
research.baidu.com/Blog/index-vie
w?id=174
… -
Image Segmentation Models That Return JSON Format
By
–
ah, that model's not maintained by us. there are some image segmentation models that return JSON though e.g.
-
ChatGPT removes similar strings, suggesting hidden control codes
By
–
The fact that ChatGPT removes not just this string, but any string formatted similarly, suggests there exist other control codes by ChatGPT, e.g. to mark the boundaries between user input and prior model output within the prompt context.
-

The string ” represents end of generation in GPT-3 tokenizer
By
–
The string “” is handled specially by GPT-3’s tokenizer to represent the end of a generation. Whenever this token is emitted, the model stops talking immediately:
-
EXIF Metadata in Images: What You Need to Know
By
–
EXIF Simplified
— Satya Mallick (@LearnOpenCV) 5 décembre 2022
There's a lot of Metadata hidden in images in the form of EXIF. Do you need to worry?
Watch our video to know more: https://t.co/WBxEAHr3IG #learnopencv #opencv #computervision #artificialintelligence #deeplearning #machinelearning #exif #imagedata #videodata pic.twitter.com/dNRjhpFoIjEXIF Simplified
There's a lot of Metadata hidden in images in the form of EXIF. Do you need to worry?
Watch our video to know more: https://
youtube.com/watch?v=jzSC4J
WhjjU
… #learnopencv #opencv #computervision #artificialintelligence #deeplearning #machinelearning #exif #imagedata #videodata -
Tokenization issue in counting letters of word ‘elementary’
By
–
Yes. The correct response to: How many letters are in “elementary”? …really should be: Due to tokenization issues you can read about [here], I need to count these letters one at a time: e1-l2-e3-m4-e5-n6-t7-a8-r9-y10. Thus we see ‘elementary’ has 10 letters.
-

Whisper Fine-tuning Event with OpenAI and Meta Talks
By
–
It's the 5th & the Whisper fine-tuning event (powered by @LambdaAPI
) is officially a go!! As part of the launch, we'll be hosting talks today at 17:30 CET 1. @OpenAI
's @_jongwook_kim on the Whisper architecture.
2. @MetaAI
's @ChanghanWang on the VoxPopuli dataset. -
Initial shock at LLM code errors fades with experience
By
–
How much of that is just novelty, though? The first time I noticed an error in LLM code I trusted, it felt fundamentally unfair — as though the code were maliciously forged rather than just wrong. But you develop an intuition for it eventually.