richpsharp
commited on
Commit
•
387e976
1
Parent(s):
680f996
Model save
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -16,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# wwf-seaweed-headline-sentiment
|
18 |
|
19 |
-
This model is a fine-tuned version of [
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: google/electra-base-generator
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
16 |
|
17 |
# wwf-seaweed-headline-sentiment
|
18 |
|
19 |
+
This model is a fine-tuned version of [google/electra-base-generator](https://huggingface.co/google/electra-base-generator) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.0569
|
22 |
+
- Accuracy: 0.44
|
23 |
+
- F1: 0.3003
|
24 |
|
25 |
## Model description
|
26 |
|