Merge branch 'main' of hf.co:traberph/RedBERT
Browse files
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.
|