Mingyi commited on
Commit
15db41d
·
1 Parent(s): f354b20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,4 +1,12 @@
1
- Given a title of YouTube video, article, or podcast episode, this model classifies it into 1 of 8 subjects: art, personal development, world, health, science, business, humanities, technology.
 
 
 
 
 
 
 
 
2
 
3
  This model is fine-tuned from **distilbert-base-uncased** using ~1k labeled data.
4
 
 
1
+ Given a title of YouTube video, article, or podcast episode, this model classifies it into 1 of 8 subjects
2
+ 1. art
3
+ 2. personal development
4
+ 3. world
5
+ 4. health
6
+ 5. science
7
+ 6. business
8
+ 7. humanities
9
+ 8. technology.
10
 
11
  This model is fine-tuned from **distilbert-base-uncased** using ~1k labeled data.
12