BERT
41
MENTIONS
15
EPISODES
14
PODCASTS
Search complete. 41 mentions across 15 episodes found for "BERT".
Sep 15, 2026
Episode 23: Language Models, with Emily Bender
E
9:46Emily BenderGUEST
So that's going on.
E
9:47Emily BenderGUEST
And then in maybe 2018, 2019, people started claiming that BERT, which was the first thing that I think gets called a large language model-
A
9:57Adam BeckerHOST
Mm-hmm
E
9:57Emily BenderGUEST
... um, comes out of Google, was understanding text.
Why you should work on AI for AI Research — Richard Socher of Recursive
R
33:53Richard SocherGUEST
Yeah.
V
33:53VibhuHOST
The sentiment also came out of some of the research, right? Like the original BERT paper was trained and towards the end of the paper they're like, "Okay, throw off the last head, train specific iterations for-"
R
34:04Richard SocherGUEST
Right
V
34:05VibhuHOST
... uh, you know, extractive summarization, add a head for this.
V
34:07VibhuHOST
Like you should do task specific stuff.
V
34:09VibhuHOST
These are like the authors that wrote attention, wrote BERT telling you this is what you're meant to do.
V
34:13VibhuHOST
And like the training tasks were also very odd.
V
34:15VibhuHOST
They're like-
Why Nvidia Just Paid $12.9 Billion for Hugging Face | The Business of AI
S
29:21Stephen BarnettHOST
And then by 2019, they pivoted out.
S
29:24Stephen BarnettHOST
And the big hit came when Google, and I remember this from my startup experience, when I was working as founder of Util, my machine learning startup, when Google first released BERT, So BERT is bi-directional encoder representations from Transformers model on its TensorFlow platform.
S
29:47Stephen BarnettHOST
And any techies will remember that very, very well.
S
29:50Stephen BarnettHOST
Hugging Face didn't really like the idea, thinking that a powerful model like BERT should be more widely accessible.
S
29:57Stephen BarnettHOST
So they recreated BERT, but using PyTorch, which I remember again very, very well, and released it on GitHub, which achieved more than 5,000 stars, likes, in under three months.
S
30:10Stephen BarnettHOST
And so this is how the initial idea for the current Hugging Face emerged.
S
30:15Stephen BarnettHOST
They asked themselves, what if sharing LLMs would be as easy as sharing code on GitHub? So this is this kind of community, open source, these things, these powerful models shouldn't all be centralized by the likes of Google.
Model Mayhem, GPT-6 Astra, Why Nvidia Bought Hugging Face | Diet TBPN
J
15:34John CooganHOST
2018, this is pre-GPT-3, and it didn't become a durable consumer business.
J
15:38John CooganHOST
So in 2018, Google released BERT, which was sort of the first language model, very primitive, but, uh, people were really excited about it.
J
15:46John CooganHOST
But it wasn't delivered just as weights that you could download on the internet.
J
15:50John CooganHOST
It was, it was delivered as a paper from Google and, uh, and the paper was implemented in Google's TensorFlow framework, and people liked PyTorch.
J
15:57John CooganHOST
So the Hugging Face con- team converted BERT from TensorFlow to PyTorch and released the conversion for free, and so developers really liked that, and that became sort of like the initial go-to-market flywheel for developer adoption.
J
16:10John CooganHOST
Uh, and eventually they added more and more models, eventually thousands.
J
16:14John CooganHOST
Now I think they have millions of models, which is sort of crazy, but when you think about all the forks and fine tunes, it makes sense.
Model Mayhem, NVIDIA x Hugging Face Deal, GPT-6 Astra | Pablo Torre, Mohit Aron, Akshay Narisetti, Hari Ravichandran, Matt Caldwell & Jordy Leiser, Jeff Thornburg, Charlie O’Neill, Sridhar Ramaswamy
J
18:11John CooganHOST
and it didn't become a durable consumer business.
J
18:13John CooganHOST
So in 2018, Google released BERT, which was sort of the first language model, very primitive, but people were really excited about it.
J
18:22John CooganHOST
But it wasn't delivered just as weights that you could download on the internet.
J
18:26John CooganHOST
It was delivered as a paper from Google.
J
18:29John CooganHOST
And the paper was implemented in Google's TensorFlow framework, and people liked PyTorch, so the Hugging Face team converted BERT from TensorFlow to PyTorch and released the conversion for free.
J
18:42John CooganHOST
And so developers really liked that, and that became sort of like the initial go-to-market flywheel for developer adoption.
J
18:49John CooganHOST
Eventually, they added more and more models, eventually thousands.
Inside the NVIDIA–HuggingFace Deal
P
11:49Pierce FreemanHOST
Yep.
P
11:49Pierce FreemanHOST
BERT alongside it had just dropped, which was this model.
P
11:52Pierce FreemanHOST
Barely.
P
11:53Pierce FreemanHOST
Barely.
P
11:56Pierce FreemanHOST
Yep.
P
11:56Pierce FreemanHOST
Yep.
P
11:57Pierce FreemanHOST
BERT came out, which was this Google model that was from the same people that did the Transformers paper, but took this fundamental building block, which was the transformer and the attention architecture, and applied that more specifically to language modeling via a pre-trained model.
P
12:11Pierce FreemanHOST
But BERT was kind of only a classification model.
Let's Build Our Own LLM (Part 1): Tokenization and Data Prep
H
11:05HackerNoon AINARRATOR
The worst case is just, many tiny tokens.
H
11:07HackerNoon AINARRATOR
The older token, some older tokenizers, like the original BERT's wordpiece, don't have a special token for things they can't represent.
H
11:16HackerNoon AINARRATOR
When a model emits or ingests, information is permanently lost, you can never recover what the original text was.
H
11:22HackerNoon AINARRATOR
This is strictly worse than byte-level fallback, which is why modern LLMs avoid it.
24: Detecting Cybercriminal Activity on Telegram with Guest Sayak Saha Roy, Louisiana State University
J
7:47Jeremy KirkHOST
People probably do.
J
7:48Jeremy KirkHOST
But as far as like that accessibility, it's there, right? So, you know, your study was like looking at using this, you know, a BERT-based framework.
J
8:00Jeremy KirkHOST
We'll talk about that later.
J
8:02Jeremy KirkHOST
And you created something called Darkram, which kind of class can look at Telegram.
J
8:06Jeremy KirkHOST
Well, you'll tell us what it does.
J
8:07Jeremy KirkHOST
First, tell us what Darkram is and tell us what a BERT-based framework is and what's the goal of it.
S
8:15Sayak Saha RoyGUEST
So we built Darkram.
S
8:17Sayak Saha RoyGUEST
It is an automated framework that can identify the malicious posts that are being shared on Telegram.
Alex Storey (Google) - AI Chatbots, Death of Keywords & the Future of Search - Media Tech Talk #037
A
14:59Alex StoreyGUEST
But, you know, the reality is, is AI has been very quietly running the engine under the hood within search for more than a decade.
A
15:08Alex StoreyGUEST
So I guess the easiest way to describe BERT is, so if you remember when we used to search on the web, it was almost like you'd have to use plus signs and you'd have to use quote marks and you couldn't really type a normal sentence.
A
15:22Alex StoreyGUEST
So you might use rigid keywords like weather, Sydney, tomorrow or whatever.
A
15:27Alex StoreyGUEST
mechanic break repair because if you typed like a human actually spoke the whole search would break so that's when we kind of came up with BERT and it stands for wait for it bi-directional encoder representations from transformers bit of a mouth I love
D
15:43Daevid RichardsHOST
the fact that you even know that
A
15:46Alex StoreyGUEST
But that came around in 2019.
A
15:49Alex StoreyGUEST
And so before BERT, search models read words in isolation or just from left to right.
A
15:55Alex StoreyGUEST
So it meant that your tiny preposition words like for or to would be completely ignored.
Nvidia Bets Big on Open-Source AI, AI Finds Core Lightning Bugs, Aluminum-Powered Data Centers
M
26:33Max WebsterHOST
I mean, they were on the money, like, realizing, nah, the future is in, you know, being the GitHub for open source or whatever.
D
26:39David KingHOST
And I think it was BERT that actually was the big takeoff for them, right? BERT? BERT? Yeah.
D
26:45David KingHOST
The BERT model?
S
26:46Steve LeeHOST
Oh, yeah.
S
26:48Steve LeeHOST
I
D
26:48David KingHOST
think that was what really solidified their early win as a GitHub-like, if you want to call it enterprise, or kind of a hub for models.
D
27:00David KingHOST
I think they were the place everybody went to go find BERT.
S
27:04Steve LeeHOST
The question I'm dying to know the answer to is how much did Kevin Durant influence this pivot and strategy as an early investor? I'm
5 more episodes mention BERT.
Create an account to see the whole feed, search across every transcript, and follow the entities you care about.