Philipp Traber commited on
Commit
0025d17
2 Parent(s): 1038a32 d095b8b

Merge branch 'main' of hf.co:traberph/RedBERT

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # RedBERT - a Reddit post classifier
2
 
3
  This model based on distilbert is finetuned to predict the subreddit of a Reddit post.
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - webis/tldr-17
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ pipeline_tag: text-classification
9
+ widget:
10
+ - text: "Biden says US is at tipping point on gun control: We will ban assault weapons in this country"
11
+ example_title: "classification"
12
+ ---
13
  # RedBERT - a Reddit post classifier
14
 
15
  This model based on distilbert is finetuned to predict the subreddit of a Reddit post.