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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  **General Information**
2
 
3
- This is a BERT-based (base) classification model that is used to classify a given sentence as containing advertising content or not.
4
  The model is used in the paper 'Leveraging multimodal content for podcast summarization' published at ACM SAC 2022.
5
 
6
  **Usage:**
 
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.
4
  The model is used in the paper 'Leveraging multimodal content for podcast summarization' published at ACM SAC 2022.
5
 
6
  **Usage:**