update model card README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,27 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
5 |
model-index:
|
6 |
- name: gpt2.CEBaB_confounding.food_service_positive.absa.5-class.seed_43
|
7 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -12,7 +29,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# gpt2.CEBaB_confounding.food_service_positive.absa.5-class.seed_43
|
14 |
|
15 |
-
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: mit
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- OpenTable
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
model-index:
|
12 |
- name: gpt2.CEBaB_confounding.food_service_positive.absa.5-class.seed_43
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Text Classification
|
16 |
+
type: text-classification
|
17 |
+
dataset:
|
18 |
+
name: OpenTable OPENTABLE-ABSA
|
19 |
+
type: OpenTable
|
20 |
+
args: opentable-absa
|
21 |
+
metrics:
|
22 |
+
- name: Accuracy
|
23 |
+
type: accuracy
|
24 |
+
value: 0.7688698490412077
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# gpt2.CEBaB_confounding.food_service_positive.absa.5-class.seed_43
|
31 |
|
32 |
+
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the OpenTable OPENTABLE-ABSA dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.8080
|
35 |
+
- Accuracy: 0.7689
|
36 |
+
- Macro-f1: 0.7651
|
37 |
+
- Weighted-macro-f1: 0.7692
|
38 |
|
39 |
## Model description
|
40 |
|