Skip to main content

Search complete. 41 mentions across 15 episodes found for "BERT".

Sep 15, 2026

Emily BenderGUEST
9:46
So that's going on.
Emily BenderGUEST
9:47
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-
Adam BeckerHOST
9:57
Mm-hmm
Emily BenderGUEST
9:57
... um, comes out of Google, was understanding text.
Richard SocherGUEST
33:53
Yeah.
VibhuHOST
33:53
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-"
Richard SocherGUEST
34:04
Right
VibhuHOST
34:05
... uh, you know, extractive summarization, add a head for this.
VibhuHOST
34:07
Like you should do task specific stuff.
VibhuHOST
34:09
These are like the authors that wrote attention, wrote BERT telling you this is what you're meant to do.
VibhuHOST
34:13
And like the training tasks were also very odd.
VibhuHOST
34:15
They're like-
Stephen BarnettHOST
29:21
And then by 2019, they pivoted out.
Stephen BarnettHOST
29:24
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.
Stephen BarnettHOST
29:47
And any techies will remember that very, very well.
Stephen BarnettHOST
29:50
Hugging Face didn't really like the idea, thinking that a powerful model like BERT should be more widely accessible.
Stephen BarnettHOST
29:57
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.
Stephen BarnettHOST
30:10
And so this is how the initial idea for the current Hugging Face emerged.
Stephen BarnettHOST
30:15
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.
John CooganHOST
15:34
2018, this is pre-GPT-3, and it didn't become a durable consumer business.
John CooganHOST
15:38
So in 2018, Google released BERT, which was sort of the first language model, very primitive, but, uh, people were really excited about it.
John CooganHOST
15:46
But it wasn't delivered just as weights that you could download on the internet.
John CooganHOST
15:50
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.
John CooganHOST
15:57
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.
John CooganHOST
16:10
Uh, and eventually they added more and more models, eventually thousands.
John CooganHOST
16:14
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.
John CooganHOST
18:11
and it didn't become a durable consumer business.
John CooganHOST
18:13
So in 2018, Google released BERT, which was sort of the first language model, very primitive, but people were really excited about it.
John CooganHOST
18:22
But it wasn't delivered just as weights that you could download on the internet.
John CooganHOST
18:26
It was delivered as a paper from Google.
John CooganHOST
18:29
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.
John CooganHOST
18:42
And so developers really liked that, and that became sort of like the initial go-to-market flywheel for developer adoption.
John CooganHOST
18:49
Eventually, they added more and more models, eventually thousands.
Pierce FreemanHOST
11:49
Yep.
Pierce FreemanHOST
11:49
BERT alongside it had just dropped, which was this model.
Pierce FreemanHOST
11:52
Barely.
Pierce FreemanHOST
11:53
Barely.
Pierce FreemanHOST
11:56
Yep.
Pierce FreemanHOST
11:56
Yep.
Pierce FreemanHOST
11:57
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.
Pierce FreemanHOST
12:11
But BERT was kind of only a classification model.
HackerNoon AINARRATOR
11:05
The worst case is just, many tiny tokens.
HackerNoon AINARRATOR
11:07
The older token, some older tokenizers, like the original BERT's wordpiece, don't have a special token for things they can't represent.
HackerNoon AINARRATOR
11:16
When a model emits or ingests, information is permanently lost, you can never recover what the original text was.
HackerNoon AINARRATOR
11:22
This is strictly worse than byte-level fallback, which is why modern LLMs avoid it.
Jeremy KirkHOST
7:47
People probably do.
Jeremy KirkHOST
7:48
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.
Jeremy KirkHOST
8:00
We'll talk about that later.
Jeremy KirkHOST
8:02
And you created something called Darkram, which kind of class can look at Telegram.
Jeremy KirkHOST
8:06
Well, you'll tell us what it does.
Jeremy KirkHOST
8:07
First, tell us what Darkram is and tell us what a BERT-based framework is and what's the goal of it.
Sayak Saha RoyGUEST
8:15
So we built Darkram.
Sayak Saha RoyGUEST
8:17
It is an automated framework that can identify the malicious posts that are being shared on Telegram.
Alex StoreyGUEST
14:59
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.
Alex StoreyGUEST
15:08
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.
Alex StoreyGUEST
15:22
So you might use rigid keywords like weather, Sydney, tomorrow or whatever.
Alex StoreyGUEST
15:27
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
Daevid RichardsHOST
15:43
the fact that you even know that
Alex StoreyGUEST
15:46
But that came around in 2019.
Alex StoreyGUEST
15:49
And so before BERT, search models read words in isolation or just from left to right.
Alex StoreyGUEST
15:55
So it meant that your tiny preposition words like for or to would be completely ignored.
Max WebsterHOST
26:33
I mean, they were on the money, like, realizing, nah, the future is in, you know, being the GitHub for open source or whatever.
David KingHOST
26:39
And I think it was BERT that actually was the big takeoff for them, right? BERT? BERT? Yeah.
David KingHOST
26:45
The BERT model?
Steve LeeHOST
26:46
Oh, yeah.
Steve LeeHOST
26:48
I
David KingHOST
26:48
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.
David KingHOST
27:00
I think they were the place everybody went to go find BERT.
Steve LeeHOST
27:04
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.

We value your privacy

We use cookies to understand how you use our platform and to improve your experience. Click “Accept All” to consent, or “Decline non-essential” to opt out of non-essential cookies. Read our Privacy Policy.