wesleyacheng
commited on
Commit
•
61c4d1b
1
Parent(s):
71ffcae
Update README.md
Browse files
README.md
CHANGED
@@ -23,4 +23,4 @@ widget:
|
|
23 |
|
24 |
First posted on my [Kaggle](https://www.kaggle.com/code/wesleyacheng/news-topic-classification-with-bert/notebook).
|
25 |
|
26 |
-
Here I used transfer learning on [BERT](https://huggingface.co/distilbert-base-uncased) with the [AG News Dataset](https://huggingface.co/datasets/ag_news) to create a multi-class news
|
|
|
23 |
|
24 |
First posted on my [Kaggle](https://www.kaggle.com/code/wesleyacheng/news-topic-classification-with-bert/notebook).
|
25 |
|
26 |
+
Here I used transfer learning on [BERT](https://huggingface.co/distilbert-base-uncased) with the [AG News Dataset](https://huggingface.co/datasets/ag_news) to create a multi-class news topic classifier.
|