m-newhauser
commited on
Commit
•
9f3a1d8
1
Parent(s):
1d362aa
add updated tf model
Browse files- README.md +35 -15
- tf_model.h5 +2 -2
README.md
CHANGED
@@ -1,27 +1,47 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
-
license:
|
5 |
-
library_name: pytorch
|
6 |
tags:
|
7 |
-
- text-classification
|
8 |
-
- transformers
|
9 |
-
- pytorch
|
|
|
10 |
datasets:
|
11 |
-
- m-newhauser/senator-tweets
|
12 |
-
|
13 |
-
-
|
14 |
-
|
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
### Training results
|
27 |
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
|
|
5 |
tags:
|
6 |
+
- text-classification
|
7 |
+
- transformers
|
8 |
+
- pytorch
|
9 |
+
- generated_from_keras_callback
|
10 |
datasets:
|
11 |
+
- m-newhauser/senator-tweets
|
12 |
+
model-index:
|
13 |
+
- name: distilbert-political-tweets
|
14 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
+
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
18 |
+
probably proofread and complete it, then remove this comment. -->
|
19 |
+
|
20 |
# distilbert-political-tweets
|
21 |
|
22 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the m-newhauser/senator-tweets dataset.
|
23 |
+
It achieves the following results on the evaluation set:
|
24 |
+
|
25 |
+
|
26 |
+
## Model description
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Intended uses & limitations
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training and evaluation data
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training procedure
|
39 |
+
|
40 |
+
### Training hyperparameters
|
41 |
+
|
42 |
+
The following hyperparameters were used during training:
|
43 |
+
- optimizer: None
|
44 |
+
- training_precision: float32
|
45 |
|
46 |
### Training results
|
47 |
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5b9b00f53a50c349cecc9c56cc2f612747d672479f886e986cbace85b0a5c4d
|
3 |
+
size 267951896
|