tejasc commited on
Commit
c73b595
·
verified ·
1 Parent(s): f874730

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -6,7 +6,7 @@ tags: []
6
  # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
-
10
 
11
 
12
 
@@ -16,3 +16,6 @@ tags: []
16
  - LABEL_2: sales promotion
17
  - LABEL_3: lead generation
18
  - LABEL_4: brand awareness
 
 
 
 
6
  # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
+ You can use this classifier on Google Ads to determine which of the 5 types of Ad promotions a Google Ad pertains to.
10
 
11
 
12
 
 
16
  - LABEL_2: sales promotion
17
  - LABEL_3: lead generation
18
  - LABEL_4: brand awareness
19
+
20
+ ## Model Description
21
+ This classifier is a trained checkpoint of Bert, specifically bert-base-uncased, trained on 10,000 Google Ad inputs. These ads were scraped, cleaned, and labeled using OpenAi 3.5 turbo.