Nope — our own in-house model trained to be an amazing writer
LLMS
-

ChatGPT’s Overuse of Certain Words and the Rise of ‘Delve’
By
–
ChatGPT tends to overuse certain words, outing itself. But I also wonder what’s going on with the increased use of the word delve even before ChatGPT was being released.
-
Verifying GPT-4 Generated Python Code Against Documentation
By
–
For a recent example,see my note here about checking the Python documentation to confirm what readline.set_startup_hook() does after seeing it in some Python that GPT-4 wrote for me https://
simonwillison.net/2024/Mar/26/ll
m-cmd/#assistance-from-chatgpt
… -
Critical Learning Skills for LLM-Assisted Education
By
–
The most important skill in learning with the assistant of LLMs is keeping a critical eye – using them as one source of information but not the ONLY source of information It's a good learning skill generally – don't trust a single text book, consult works from multiple authors
-
Two Advanced Webinars on LLM Optimization and Flow Engineering
By
–
We'v got two AMAZING webinars coming up on two advanced topics: "Optimization of LLM Systems" with @lateinteraction (author of DSPy) https://
us06web.zoom.us/webinar/regist
er/WN_n4HUNqhFQFa4ax3kYrZW8g#/registration
… "Flow Engineering" with @itamar_mar (author of Alpha Codium) https://
us06web.zoom.us/webinar/regist
er/WN_fVikSl9eQv68b3ZUdQgwzA#/registration
… -
Python Machine Learning MLOps CV NLP LLMs Daily Tutorials
By
–
If you are interested in: – Python – Machine Learning – MLOps – CV/NLP – LLMs Find me → @Sumanth_077 Everyday, I share tutorials on above topics! Like/RT the first tweet to help this reach more people!
-
Weak Supervision Scales NLP Beyond Rule-Based Systems
By
–
This insightful video, posted about a year ago, dives into how weak supervision scales beyond rule-based systems to tackle core NLP problems on over a petabyte of data. Watch. Learn. Let's continue to expand what's possible in tech.
-
LlamaParse enables advanced RAG without hallucination
By
–
Advanced RAG over complex documents *without hallucination* with LlamaParse! 🤯👀👇 #LLMs
— Charly Wargnier (@DataChaz) 30 mars 2024
– LlamaParse docs: https://t.co/ZWKxY9hjnW
– Notebook demo:https://t.co/g7Y03yh6aO https://t.co/k0KXQDOKjFAdvanced RAG over complex documents *without hallucination* with LlamaParse! #LLMs – LlamaParse docs: https://
docs.cloud.llamaindex.ai/llamaparse/ – Notebook demo: https://
colab.research.google.com/gist/seldo/f6b
3515db1f4dd7976d70d54054f6996/demo_insurance.ipynb
… -
Huawei Creates 300 Million AI-Generated Short Videos
By
–
300 Million AI-Created Short Videos@Huawei, thanks for sharing #HuaweiPartner #Huawei #5GAdvanced #MWC24 #InnovateforImpact #ArtificialIntelligence #LLM #AIArt
— Ronald van Loon (@Ronald_vanLoon) 30 mars 2024
Cc: @jamesvgingerich | @LindaGrass0 pic.twitter.com/M4v8IwBXds300 Million AI-Created Short Videos @Huawei
, thanks for sharing #HuaweiPartner #Huawei #5GAdvanced #MWC24 #InnovateforImpact #ArtificialIntelligence #LLM #AIArt Cc: @jamesvgingerich | @LindaGrass0 -
ChatGPT Code Interpreter for SQLite C Extensions Development
By
–
I've been experimenting with ChatGPT Code Interpreter to write, compile and test C extensions for SQLite – I'm not C-literate enough myself to do this on my own