Jiahuita
commited on
Commit
·
8b4bf9e
1
Parent(s):
072da58
Fix deployment issues
Browse files
README.md
CHANGED
@@ -4,13 +4,29 @@ license: mit
|
|
4 |
tags:
|
5 |
- text-classification
|
6 |
- news-classification
|
|
|
|
|
7 |
pipeline_tag: text-classification
|
8 |
-
inference: true
|
9 |
widget:
|
10 |
-
- example_title: "
|
11 |
text: "Wife of murdered Minnesota pastor hired 3 men to kill husband after affair: police"
|
12 |
-
- example_title: "
|
13 |
text: "Scientists discover breakthrough in renewable energy research"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# News Source Classifier
|
|
|
4 |
tags:
|
5 |
- text-classification
|
6 |
- news-classification
|
7 |
+
- LSTM
|
8 |
+
- tensorflow
|
9 |
pipeline_tag: text-classification
|
|
|
10 |
widget:
|
11 |
+
- example_title: "Crime News Headline"
|
12 |
text: "Wife of murdered Minnesota pastor hired 3 men to kill husband after affair: police"
|
13 |
+
- example_title: "Science News Headline"
|
14 |
text: "Scientists discover breakthrough in renewable energy research"
|
15 |
+
- example_title: "Political News Headline"
|
16 |
+
text: "Presidential candidates face off in heated debate over climate policies"
|
17 |
+
model-index:
|
18 |
+
- name: News Source Classifier
|
19 |
+
results:
|
20 |
+
- task:
|
21 |
+
type: text-classification
|
22 |
+
name: Text Classification
|
23 |
+
dataset:
|
24 |
+
name: Custom Dataset
|
25 |
+
type: Custom
|
26 |
+
metrics:
|
27 |
+
- name: Accuracy
|
28 |
+
type: accuracy
|
29 |
+
value: 0.82
|
30 |
---
|
31 |
|
32 |
# News Source Classifier
|