marcoallanda commited on
Commit
f5b2a74
·
verified ·
1 Parent(s): 63fa175

Update README.md documentation

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # SubRoBERTa: Reddit Subreddit Classification Model
2
 
3
  This model is a fine-tuned RoBERTa-base model for classifying text into 10 different subreddits. It was trained on a dataset of posts from various subreddits to predict which subreddit a given text belongs to.
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - roberta
5
+ - text-classification
6
+ - reddit
7
+ - nlp
8
+ - sequence-classification
9
+ - pytorch
10
+ - transformers
11
+ model-index:
12
+ - name: SubRoBERTa
13
+ results: []
14
+ ---
15
+
16
  # SubRoBERTa: Reddit Subreddit Classification Model
17
 
18
  This model is a fine-tuned RoBERTa-base model for classifying text into 10 different subreddits. It was trained on a dataset of posts from various subreddits to predict which subreddit a given text belongs to.