Moreno La Quatra commited on
Commit
05e85ad
1 Parent(s): 66be958

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  **General Information**
2
 
3
  This is a `bert-base-cased`, binary classification model, fine-tuned to classify a given sentence as containing advertising content or not. It leverages previous-sentence context to make more accurate predictions.
 
1
+ ---
2
+ language: "[en]"
3
+ datasets:
4
+ - Spotify Podcasts Dataset
5
+ tags:
6
+ - bert
7
+ - classification
8
+ - pytorch
9
+ pipeline:
10
+ - text-classification
11
+ ---
12
+
13
  **General Information**
14
 
15
  This is a `bert-base-cased`, binary classification model, fine-tuned to classify a given sentence as containing advertising content or not. It leverages previous-sentence context to make more accurate predictions.