Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ tags:
|
|
12 |
|
13 |
# Sentence Frame Classifier
|
14 |
|
15 |
-
A RoBERTa-based model for detecting media frames at the sentence level. This model can classify sentences into
|
16 |
|
17 |
## Model Description
|
18 |
|
@@ -38,6 +38,7 @@ The model classifies sentences into these 9 frame categories:
|
|
38 |
- Health and Safety — Health risks, safety concerns, or medical implications
|
39 |
- Cultural Identity — Cultural values, traditions, or identity issues
|
40 |
- Public Opinion — Public sentiment, polls, or popular support
|
|
|
41 |
|
42 |
## Performance
|
43 |
|
|
|
12 |
|
13 |
# Sentence Frame Classifier
|
14 |
|
15 |
+
A RoBERTa-based model for detecting media frames at the sentence level. This model can classify sentences into 10 different frame categories and works across both news articles and reader comments.
|
16 |
|
17 |
## Model Description
|
18 |
|
|
|
38 |
- Health and Safety — Health risks, safety concerns, or medical implications
|
39 |
- Cultural Identity — Cultural values, traditions, or identity issues
|
40 |
- Public Opinion — Public sentiment, polls, or popular support
|
41 |
+
- Other/None
|
42 |
|
43 |
## Performance
|
44 |
|