dmr76 commited on
Commit
cdf232d
1 Parent(s): d655d2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -4
README.md CHANGED
@@ -20,13 +20,11 @@ widget:
20
  - text: "It's inspiring to see religious leaders speaking up for workers' rights and fair wages. Every voice matters in the #FightFor15! 💪🏽✊🏼 #Solidarity #WorkersRights"
21
  ---
22
  # Model Card for: mmx_classifier_microblog_ENv02
23
-
24
  Multi-label classifier that identifies which marketing mix variable(s) a microblog post pertains to.
25
 
26
  Version: 0.2 from August 16, 2023
27
 
28
  ## Model Details
29
-
30
  You can use this classifier to determine which of the 4P's of marketing, also known as marketing mix variables, a microblog post (e.g., Tweet) pertains to:
31
 
32
  1. Product
@@ -35,7 +33,6 @@ You can use this classifier to determine which of the 4P's of marketing, also kn
35
  4. Promotion
36
 
37
  ### Model Description
38
-
39
  This classifier is a fine-tuned checkpoint of [cardiffnlp/twitter-roberta-large-2022-154m] (https://huggingface.co/cardiffnlp/twitter-roberta-large-2022-154m).
40
  It was trained on 15K Tweets that mentioned at least one of 699 brands. The Tweets were first cleaned and then labeled using OpenAI's GPT4.
41
 
@@ -48,7 +45,6 @@ To obtain the probabilities for each label (i.e., marketing mix variable), you n
48
  Download the working paper from SSRN: ["Creating Synthetic Experts with Generative AI"](https://papers.ssrn.com/abstract_id=4542949)
49
 
50
  ### Quickstart
51
-
52
  ```python
53
  # Imports
54
  import pandas as pd, numpy as np, warnings, torch, re
 
20
  - text: "It's inspiring to see religious leaders speaking up for workers' rights and fair wages. Every voice matters in the #FightFor15! 💪🏽✊🏼 #Solidarity #WorkersRights"
21
  ---
22
  # Model Card for: mmx_classifier_microblog_ENv02
 
23
  Multi-label classifier that identifies which marketing mix variable(s) a microblog post pertains to.
24
 
25
  Version: 0.2 from August 16, 2023
26
 
27
  ## Model Details
 
28
  You can use this classifier to determine which of the 4P's of marketing, also known as marketing mix variables, a microblog post (e.g., Tweet) pertains to:
29
 
30
  1. Product
 
33
  4. Promotion
34
 
35
  ### Model Description
 
36
  This classifier is a fine-tuned checkpoint of [cardiffnlp/twitter-roberta-large-2022-154m] (https://huggingface.co/cardiffnlp/twitter-roberta-large-2022-154m).
37
  It was trained on 15K Tweets that mentioned at least one of 699 brands. The Tweets were first cleaned and then labeled using OpenAI's GPT4.
38
 
 
45
  Download the working paper from SSRN: ["Creating Synthetic Experts with Generative AI"](https://papers.ssrn.com/abstract_id=4542949)
46
 
47
  ### Quickstart
 
48
  ```python
49
  # Imports
50
  import pandas as pd, numpy as np, warnings, torch, re