KarelDO commited on
Commit
57470bd
1 Parent(s): 3de373e

update model card README.md

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