wesleyacheng commited on
Commit
bd60768
1 Parent(s): fbfa55b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -8,4 +8,10 @@ metrics:
8
  - accuracy
9
  - f1
10
  pipeline_tag: text-classification
11
- ---
 
 
 
 
 
 
 
8
  - accuracy
9
  - f1
10
  pipeline_tag: text-classification
11
+ ---
12
+
13
+ **BREAKING: We are making a news topic classifier!**
14
+
15
+ First posted on my [Kaggle](https://www.kaggle.com/code/wesleyacheng/news-topic-classification-with-bert/notebook).
16
+
17
+ Here we'll used transfer learning on [BERT](https://huggingface.co/distilbert-base-uncased) with the [AG News Dataset](https://huggingface.co/datasets/ag_news).