Leonard Püttmann
commited on
Commit
·
54842b5
1
Parent(s):
9945bcb
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ widget:
|
|
12 |
# Finetuned BERT model for classifying community posts
|
13 |
|
14 |
This distilbert model was fine-tuned on ~20.000 community postings using the HuggingFace adapter from Kern AI refinery.
|
15 |
-
The postings
|
16 |
For the finetuning, a single NVidia K80 was used for about two hours.
|
17 |
|
18 |
Join our Discord if you have questions about this model: https://discord.gg/MdZyqSxKbe
|
@@ -23,6 +23,8 @@ It’s designed to pre-train deep bidirectional representations from unlabeled t
|
|
23 |
BERT is based on the transformer architecture and uses WordPiece to convert each English word into an integer code.
|
24 |
This model has a classification head on top of it, which means that this BERT model is specifically made for text classification.
|
25 |
|
|
|
|
|
26 |
## Features
|
27 |
|
28 |
- The model can handle various text classification tasks, especially when it comes to postings made in forums and community sites.
|
|
|
12 |
# Finetuned BERT model for classifying community posts
|
13 |
|
14 |
This distilbert model was fine-tuned on ~20.000 community postings using the HuggingFace adapter from Kern AI refinery.
|
15 |
+
The postings consist of comments from various forums and social media sites.
|
16 |
For the finetuning, a single NVidia K80 was used for about two hours.
|
17 |
|
18 |
Join our Discord if you have questions about this model: https://discord.gg/MdZyqSxKbe
|
|
|
23 |
BERT is based on the transformer architecture and uses WordPiece to convert each English word into an integer code.
|
24 |
This model has a classification head on top of it, which means that this BERT model is specifically made for text classification.
|
25 |
|
26 |
+
DISCLAIMER: Currently, the model has a slight bias towards neutral and positive predictions.
|
27 |
+
|
28 |
## Features
|
29 |
|
30 |
- The model can handle various text classification tasks, especially when it comes to postings made in forums and community sites.
|