m-newhauser
commited on
Commit
•
1d362aa
1
Parent(s):
04e179c
Update README.md
Browse files
README.md
CHANGED
@@ -1,39 +1,27 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
tags:
|
3 |
-
-
|
4 |
-
|
5 |
-
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
-
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
10 |
-
probably proofread and complete it, then remove this comment. -->
|
11 |
-
|
12 |
# distilbert-political-tweets
|
13 |
|
14 |
-
|
15 |
-
It achieves the following results on the evaluation set:
|
16 |
-
|
17 |
-
|
18 |
-
## Model description
|
19 |
-
|
20 |
-
More information needed
|
21 |
-
|
22 |
-
## Intended uses & limitations
|
23 |
-
|
24 |
-
More information needed
|
25 |
-
|
26 |
-
## Training and evaluation data
|
27 |
-
|
28 |
-
More information needed
|
29 |
-
|
30 |
-
## Training procedure
|
31 |
-
|
32 |
-
### Training hyperparameters
|
33 |
-
|
34 |
-
The following hyperparameters were used during training:
|
35 |
-
- optimizer: None
|
36 |
-
- training_precision: float32
|
37 |
|
38 |
### Training results
|
39 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: lgpl-3.0
|
5 |
+
library_name: pytorch
|
6 |
tags:
|
7 |
+
- text-classification # Example: audio
|
8 |
+
- transformers # Example: automatic-speech-recognition
|
9 |
+
- pytorch # Example: speech
|
10 |
+
datasets:
|
11 |
+
- m-newhauser/senator-tweets # Example: common_voice. Use dataset id from https://hf.co/datasets
|
12 |
+
metrics:
|
13 |
+
- accuracy # Example: wer. Use metric id from https://hf.co/metrics
|
14 |
+
- f1
|
15 |
+
widget:
|
16 |
+
- text: "This pandemic has shown us clearly the vulgarity of our healthcare system. Highest costs in the world, yet not enough nurses or doctors. Many millions uninsured, while insurance company profits soar. The struggle continues. Healthcare is a human right. Medicare for all."
|
17 |
+
example_title: "Bernie Sanders (D)"
|
18 |
+
- text: "Team Biden would rather fund the Ayatollah's Death to America regime than allow Americans to produce energy for our own domestic consumption."
|
19 |
+
example_title: "Ted Cruz (R)"
|
20 |
---
|
21 |
|
|
|
|
|
|
|
22 |
# distilbert-political-tweets
|
23 |
|
24 |
+
🗣 🇺🇸 Classify sentiment as Democratic or Republican.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
### Training results
|
27 |
|