These capabilities allow models to access knowledge beyond their training data. OSS models have made progress with releases from @AiEleuther @Meta @BigscienceW @StabilityAI @TIIuae @salesforce @BigCodeProject @databricks however their ability to use software APIs is unclear(3/10)
OPEN SOURCE
-
Open Source vs Proprietary AI Models: Performance Gap Analysis
By
–
We benchmark a wide variety of OSS and proprietary models from @AiEleuther @Meta @BigscienceW @StabilityAI @OpenAI @TIIuae @salesforce @BigCodeProject @databricks and others. We see a huge gap between proprietary models and OSS models. (5/10)
-
Open Source LLMs Become Effective Tool Manipulators
By
–
TECHNICAL UPDATE: We are excited to share our work on how to enable OSS to become effective tool manipulators. https://
sambanova.ai/blog/enabling-
open-source-llms-to-become-effective-tool-manipulators/
… The benchmarks, leaderboard, and tuned models are available on @huggingface
. (1/10) -
Upstage SOLAR-0-70b Reaches #1 LLM Ranking Achievement
By
–
It was #1 as of Aug 1, 2023 to Aug 10. Please check it out https://
huggingface.co/upstage/SOLAR-
0-70b-16bit
… (was upstage/Llama-2-70b-instruct-v2). Thanks! -
Poe API enables access to fine-tuned AI models
By
–
We are looking forward to providing access to more models. If you are experimenting with fine tuning Llama 2 or any other model, it’s easy to use Poe as a frontend via our API: https://
developer.poe.com/api-bots/quick
-start
…. And feel free to contact us at developers@poe.com with more questions. (2/3) -

Solar LLM Bot Launched by Upstage on Poe Platform
By
–
Solar, a new bot created by Upstage, is now available on Poe. As a top-ranked model on the HuggingFace Open LLM leaderboard, and a fine tune of Llama 2, Solar is a great example of the progress enabled by open source. (1/3)
-
Superagent Deepdive Webinar on LLM Agent Platform
By
–
Superagent Deepdive Webinar Superagent by @pelaseyed is a platform for building, deploying, and managing LLM agents (built on top of LangChain/LangSmith) Join us for a webinar this Thursday to do a deep dive on all the technology behind it!
-

Create Your Own AutoTrain Space for No-Code Model Training
By
–
Create your own AutoTrain Space by clicking this link: https://
huggingface.co/new-space?temp
late=autotrain-projects/autotrain-advanced
… and start training models without writing any code! -
Integrating LLM inference in Lean via ONNX Runtime
By
–
Integrate Lean and LLM and an efficient way to run the inference in Lean. After training, the model is converted into the ONNX format, which can be run as a shared library using ONNX Runtime and integrated into Lean through FFI.