itz_omen's profile picture. Software Engineer @Traleor Python, GraphQl, Go, and Typescript Developer instereted in AI/ML.
YouTube: https://cutt.ly/Academy-Omen

Peng Boris Akebuon

@itz_omen

Software Engineer @Traleor Python, GraphQl, Go, and Typescript Developer instereted in AI/ML. YouTube: https://cutt.ly/Academy-Omen

Peng Boris Akebuon đã đăng lại

•REDIET ABEBE Abebe is an Ethiopian computer scientist. Also an assistant professor at the University of California. She is the Co-founder of Black Researchers.

techcafrica's tweet image. •REDIET ABEBE

Abebe is an Ethiopian computer scientist. Also an assistant professor at the University of California. 

She is the Co-founder of Black Researchers.

Peng Boris Akebuon đã đăng lại

We are living in a timeline where a non-US company is keeping the original mission of OpenAI alive - truly open, frontier research that empowers all. It makes no sense. The most entertaining outcome is the most likely. DeepSeek-R1 not only open-sources a barrage of models but…

DrJimFan's tweet image. We are living in a timeline where a non-US company is keeping the original mission of OpenAI alive - truly open, frontier research that empowers all. It makes no sense. The most entertaining outcome is the most likely.

DeepSeek-R1 not only open-sources a barrage of models but…

Peng Boris Akebuon đã đăng lại

🚀 DeepSeek-R1 is here! ⚡ Performance on par with OpenAI-o1 📖 Fully open-source model & technical report 🏆 MIT licensed: Distill & commercialize freely! 🌐 Website & API are live now! Try DeepThink at chat.deepseek.com today! 🐋 1/n

deepseek_ai's tweet image. 🚀 DeepSeek-R1 is here!

⚡ Performance on par with OpenAI-o1
📖 Fully open-source model & technical report
🏆 MIT licensed: Distill & commercialize freely!

🌐 Website & API are live now! Try DeepThink at chat.deepseek.com today!

🐋 1/n

The greenest year so far, let's keep committing.

itz_omen's tweet image. The greenest year so far, let's keep committing.

Peng Boris Akebuon đã đăng lại

Peng Boris is a technology leader with expertise in artificial intelligence and SaaS development. As Co-founder and CTO, he has worked with American, German, and African companies to build scalable SaaS products. Passionate about empowering the tech community, Peng has trained…

TechInGhana's tweet image. Peng Boris is a technology leader with expertise in artificial intelligence and SaaS development. As Co-founder and CTO, he has worked with American, German, and African companies to build scalable SaaS products.

Passionate about empowering the tech community, Peng has trained…

Peng Boris Akebuon đã đăng lại

🔔 New Steam Game #Giveaway [Ends in 48 hours] 🎮Hogwarts Legacy🎮 (Gifted through Steam, Metascore: 83) To enter: - Retweet 🔃 - Tag 2 friends ⬇️ - Follow @highscore 😊 We'll pick a winner on Saturday, August 31st 🎉 Steam Page: store.steampowered.com/app/990080/Hog…


Peng Boris Akebuon đã đăng lại

60 seconds in GTA: San Andreas #gta #gtasanandreas #videogames


Peng Boris Akebuon đã đăng lại

We're sharing progress toward understanding the neural activity of language models. We improved methods for training sparse autoencoders at scale, disentangling GPT-4’s internal representations into 16 million features—which often appear to correspond to understandable concepts.…


Peng Boris Akebuon đã đăng lại

Parsec vs. Highscore latency benchmark test 👀🔥 Thanks @cgbattlehub for the video! youtube.com/watch?v=WtROej…

highscore's tweet card. Highscore LATENCY Test vs PARSEC App

youtube.com

YouTube

Highscore LATENCY Test vs PARSEC App


Peng Boris Akebuon đã đăng lại

We have just released 🍷 FineWeb: 15 trillion tokens of high quality web data. We filtered and deduplicated all CommonCrawl between 2013 and 2024. Models trained on FineWeb outperform RefinedWeb, C4, DolmaV1.6, The Pile and SlimPajama!

gui_penedo's tweet image. We have just released 🍷 FineWeb: 15 trillion tokens of high quality web data.
We filtered and deduplicated all CommonCrawl between 2013 and 2024.
Models trained on FineWeb outperform RefinedWeb, C4, DolmaV1.6, The Pile and SlimPajama!

Peng Boris Akebuon đã đăng lại

We just released Mixtral-8x22B-v0.1 and Mixtral-8x22B-Instruct-v0.1: - Free to use under Apache 2.0 license - Outperforms all open models - Native function calling - Masters English, French, Italian, German and Spanish. - Seq_len = 64K mistral.ai/news/mixtral-8…

dchaplot's tweet image. We just released Mixtral-8x22B-v0.1 and Mixtral-8x22B-Instruct-v0.1:
- Free to use under Apache 2.0 license
- Outperforms all open models
- Native function calling
- Masters English, French, Italian, German and Spanish. 
- Seq_len = 64K

mistral.ai/news/mixtral-8…

Peng Boris Akebuon đã đăng lại

MiniCPM: Unveiling the Potential of Small Language Models with Scalable Training Strategies - Presents MiniCPM family, including MiniCPM-DPO, MiniCPM-MoE and MiniCPM-128K - MiniCPM 2B performs on par with Phi-2 and outperforms Mistral and Gemma arxiv.org/abs/2404.06395

arankomatsuzaki's tweet image. MiniCPM: Unveiling the Potential of Small Language Models with Scalable Training Strategies

- Presents MiniCPM family, including MiniCPM-DPO, MiniCPM-MoE and MiniCPM-128K
- MiniCPM 2B performs on par with Phi-2 and outperforms Mistral and Gemma 

arxiv.org/abs/2404.06395

Peng Boris Akebuon đã đăng lại

Highly amusing update, ~18 hours later: llm.c is now down to 26.2ms/iteration, exactly matching PyTorch (tf32 forward pass). We discovered a bug where we incorrectly called cuBLAS in fp32 mathmode 🤦‍♂️. And ademeure contributed a more optimized softmax kernel for very long rows…

karpathy's tweet image. Highly amusing update, ~18 hours later:

llm.c is now down to 26.2ms/iteration, exactly matching PyTorch (tf32 forward pass). We discovered a bug where we incorrectly called cuBLAS in fp32 mathmode 🤦‍♂️. And ademeure contributed a more optimized softmax kernel for very long rows…

A few new CUDA hacker friends joined the effort and now llm.c is only 2X slower than PyTorch (fp32, forward pass) compared to 4 days ago, when it was at 4.2X slower 📈 The biggest improvements were: - turn on TF32 (NVIDIA TensorFLoat-32) instead of FP32 for matmuls. This is a…

karpathy's tweet image. A few new CUDA hacker friends joined the effort and now llm.c is only 2X slower than PyTorch (fp32, forward pass) compared to 4 days ago, when it was at 4.2X slower 📈

The biggest improvements were:
- turn on TF32 (NVIDIA TensorFLoat-32) instead of FP32 for matmuls. This is a…


Peng Boris Akebuon đã đăng lại

Not forgetting @DjangoCameroon was in the room with us today🔥💙 presented by @yokwejuste If you’re a Django developer or enthusiast then you should definitely think about checking out and joining this community🎊 #ImpactTheFuture #IWD2024 #WTMBueaIWD2024

WTMBuea's tweet image. Not forgetting @DjangoCameroon was in the room with us today🔥💙 presented by @yokwejuste 

If you’re a Django developer or enthusiast then you should definitely think about checking out and joining this community🎊

#ImpactTheFuture 
#IWD2024
 #WTMBueaIWD2024

Peng Boris Akebuon đã đăng lại

Thanks @CloudDosage for the feature!

Highscore is a new cloud gaming service coming soon! It's a little like GFN/Boosteroid but you can play your entire Steam library at 4k120 + use advanced features like virtual couch & cloud suspend/resume We have an exclusive Q&A with the founder/CEO! clouddosage.com/highscore-qa-w…



Peng Boris Akebuon đã đăng lại

Training LLMs can be much cheaper than previously thought. 0.1 million USD is sufficient for training LLaMA2-level LLMs🤯 While @OpenAI and @Meta use billions of dollars to train theirs, you can also train yours with much less money. Introducing our open-source project JetMoE:…

qinzytech's tweet image. Training LLMs can be much cheaper than previously thought.

0.1 million USD is sufficient for training LLaMA2-level LLMs🤯

While @OpenAI and @Meta use billions of dollars to train theirs, you can also train yours with much less money.

Introducing our open-source project JetMoE:…

Peng Boris Akebuon đã đăng lại

Pick a side 🌚 ⏰Tell a friend to tell a friend! ⏰ Let's make it an unforgettable experience together!✨😊 #ImpactTheFuture #IWD2024 #WTMBueaIWD2024

Coca-Cola 🥤 %33.3
Wine 🍷 %66.7

12 bầu chọn · Kết quả cuối cùng


Peng Boris Akebuon đã đăng lại

░W░E░I░G░H░T░S░I░N░B░I░O░


Loading...

Something went wrong.


Something went wrong.