KarelDO commited on
Commit
849cb82
1 Parent(s): ba784ae

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -2
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.uniform.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.uniform.absa.5-class.seed_43
14
 
15
- This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
 
 
 
 
 
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.uniform.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.8653610771113831
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.uniform.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.3820
35
+ - Accuracy: 0.8654
36
+ - Macro-f1: 0.8612
37
+ - Weighted-macro-f1: 0.8650
38
 
39
  ## Model description
40