To clarify, creators as in the developers posting models on HF, not the ones suggesting GPT hacks on whatever platforms
OPEN SOURCE
-
Hugging Face Raises $4.5B: Enterprise Growth and Creator Support
By
–
Got a chance to chat with Clement Delangue about Hugging Face’s new $4.5B valuation mega round. We talked spaces, breaking into enterprise, and ways to support AI “creators,” from outreach and communication to ideas for uses to support them via tips.
-
Meta Releases Code Llama, Advanced Open-Source Coding Model
By
–
Today we’re releasing Code Llama, a large language model built on top of Llama 2, fine-tuned for coding & state-of-the-art for publicly available coding tools.
— AI at Meta (@AIatMeta) 24 août 2023
Keeping with our open approach, Code Llama is publicly-available now for both research & commercial use.
More ⬇️Today we’re releasing Code Llama, a large language model built on top of Llama 2, fine-tuned for coding & state-of-the-art for publicly available coding tools. Keeping with our open approach, Code Llama is publicly-available now for both research & commercial use. More
-

CodeLlama 34B Significantly Improves Coding Performance Over Llama 2
By
–
Llama 2 is awesome, however, coding tasks were not its strong suite. (See HumanEval, a coding-related evaluation task from the paper Evaluating Large Language Models Trained on Code.) The new 34B CodeLlama model is twice as good as the original 70B Llama 2 model and closes the
-
Papers with Code bug fix deployed successfully
By
–
better late than ever, I onboarded onto the paperswithcode codebase and found the bug and made the fix and @rbstojnic graciously re-deployed the code. All instances like this should be correctly classified now (or over the next few days as the script runs through). Addendum:
-

Hugging Face Balances Enterprise Growth With Community Model Sharing
By
–
Part of the challenge for Hugging Face will be continuing to grow its enterprise core—an experience around models on Hugging Face with spaces and endpoints—while fostering its community that has uploaded more than 1 million models. As expected, GitHub is the model here.
-

CodeLlama: Meta’s Llama2 Fine-Tuned for Code Tasks
By
–
CodeLlama — a version of Llama2 that was fine-tuned for code tasks is live now. Available in 7B, 13B and 34B. https://
ai.meta.com/blog/code-llam
a-large-language-model-coding/
… -

Hugging Face Reaches $4.5B Valuation in New Funding Round
By
–
Hugging Face, the open source darling that has become pretty much the home of all OSS LLM and Diffusion models, has hit a $4.5 billion valuation with a new funding round. I spoke with Clement Delangue about what it means and how they balance enterprise plans and community growth.
-
Stability AI Achievement Recognition and Collaborative Diffusion Initiative
By
–
Exceptional Work, Congratulations!#diffusetogether #stabilityai https://t.co/mwTTzTh4Rs
— Stability AI (@StabilityAI) 24 août 2023Exceptional Work, Congratulations!
#diffusetogether #stabilityai -
llama.cpp inference and gptq quantization techniques exploration
By
–
Oh, reading a bit more about llama.cpp (
https://
github.com/ggerganov/llam
a.cpp
…), that's only inference, not training? I haven't tried since I don't have the model checkpoints on my laptop, but you may be able to use gptq.int4 quantization then: https://
github.com/Lightning-AI/l
it-gpt/blob/main/tutorials/quantize.md
…