Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,20 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
|
@@ -18,17 +32,4 @@ You can use this classifier on Google Ads to determine which of the 5 types of A
|
|
| 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.
|
| 22 |
-
|
| 23 |
-
---
|
| 24 |
-
widget:
|
| 25 |
-
- text: "Is this review positive or negative? Review: Best cast iron skillet you will ever buy."
|
| 26 |
-
example_title: "Sentiment analysis"
|
| 27 |
-
- text: "Barack Obama nominated Hilary Clinton as his secretary of state on Monday. He chose her because she had ..."
|
| 28 |
-
example_title: "Coreference resolution"
|
| 29 |
-
- text: "On a shelf, there are five books: a gray book, a red book, a purple book, a blue book, and a black book ..."
|
| 30 |
-
example_title: "Logic puzzles"
|
| 31 |
-
- text: "The two men running to become New York City's next mayor will face off in their first debate Wednesday night ..."
|
| 32 |
-
example_title: "Reading comprehension"
|
| 33 |
-
|
| 34 |
-
---
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
pipeline_tag: text-classification
|
| 4 |
+
widget:
|
| 5 |
+
- text: "Shop Popular Prescription Food & Treats from Trusted Brands at Chewy."
|
| 6 |
+
example_title: "Product Promotion Example"
|
| 7 |
+
- text: "Protect your pet with wellness & insurance plans at Chewy. Rx coverage, no payout limits!"
|
| 8 |
+
example_title: "Service Promotion Example"
|
| 9 |
+
- text: "Food your pet will love or we'll make it right with our 100% satisfaction guarantee Fast delivery of pet food so you can spend more time playing & less time shopping. Low Prices. Free 365-Day Returns. 24/7 Customer Service."
|
| 10 |
+
example_title: "Sales Promotion Example"
|
| 11 |
+
- text: "Join Our Treats™ Rewards Program to Start Earning Points & Receive Exclusive Discounts. Autoship ..."
|
| 12 |
+
example_title: "Lead Generation Example"
|
| 13 |
+
- text: "New Customers Are Welcome at PetSmart® for Exclusive Deals on the Most Trusted Brands. Get all Your Pet Essentials With Free Same-Day Delivery or Curbside Pickup at PetSmart! Weekend Adoption Events. Pet Training."
|
| 14 |
+
example_title: "Brand Awareness Example"
|
| 15 |
+
- text: "New Customers Are Welcome at PetSmart® for Exclusive Deals on the Most Trusted Brands. Get all Your Pet Essentials With Free Same-Day Delivery or Curbside Pickup at PetSmart! Weekend Adoption Events. Pet Training."
|
| 16 |
+
example_title: "Variety Example"
|
| 17 |
+
|
| 18 |
---
|
| 19 |
|
| 20 |
# Model Card for Model ID
|
|
|
|
| 32 |
- LABEL_4: brand awareness
|
| 33 |
|
| 34 |
## Model Description
|
| 35 |
+
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|