mstatt commited on
Commit
c804c55
1 Parent(s): c533182

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -8
README.md CHANGED
@@ -3,14 +3,22 @@ language: en
3
  tags:
4
  - text-classification
5
  - distilbert
6
- - sentiment-analysis
7
- license: apache-2.0
8
-
9
  widget:
10
- - text: "A secret society is orchestrating a global experiment in emotional manipulation, using mass media to incite fear and anxiety among the population."
11
- example_title: "Fear Mongering"
12
- - text: "Each year, the Internal Revenue Service (IRS) determines the staffing level for its toll-free telephone customer service operations. GAO found that IRS lacks a long-term telephone customer service goal that reflects the needs of taxpayers and the costs and benefits of meeting that goal. Rather, IRS annually determines the level of funding it will seek for its customer service workforce, using its judgment of how to best balance service and compliance activities."
13
- example_title: "Normal Speech"
 
 
 
 
 
 
 
 
 
 
14
  ---
15
  # Model Card: Finetuned DistilBERT for Fear Mongering Detection
16
 
@@ -95,4 +103,4 @@ It is essential to use this model responsibly and ethically, adhering to content
95
 
96
  ## Conclusion
97
 
98
- This model card provides an overview of a fine-tuned DistilBERT model for fear mongering detection. Users are encouraged to consider the model's performance, limitations, and ethical considerations when applying it in different scenarios.
 
3
  tags:
4
  - text-classification
5
  - distilbert
6
+ license: mit
 
 
7
  widget:
8
+ - text: >-
9
+ A secret society is orchestrating a global experiment in emotional
10
+ manipulation, using mass media to incite fear and anxiety among the
11
+ population.
12
+ example_title: Fear Mongering
13
+ - text: >-
14
+ Each year, the Internal Revenue Service (IRS) determines the staffing level
15
+ for its toll-free telephone customer service operations. GAO found that IRS
16
+ lacks a long-term telephone customer service goal that reflects the needs of
17
+ taxpayers and the costs and benefits of meeting that goal. Rather, IRS
18
+ annually determines the level of funding it will seek for its customer
19
+ service workforce, using its judgment of how to best balance service and
20
+ compliance activities.
21
+ example_title: Normal Speech
22
  ---
23
  # Model Card: Finetuned DistilBERT for Fear Mongering Detection
24
 
 
103
 
104
  ## Conclusion
105
 
106
+ This model card provides an overview of a fine-tuned DistilBERT model for fear mongering detection. Users are encouraged to consider the model's performance, limitations, and ethical considerations when applying it in different scenarios.