laaraap commited on
Commit
a594ee9
1 Parent(s): 9ebb9bc

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.8653846153846154
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the poem_sentiment dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.5383
36
- - Accuracy: 0.8654
37
 
38
  ## Model description
39
 
@@ -64,9 +64,9 @@ The following hyperparameters were used during training:
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
- | No log | 1.0 | 112 | 0.4891 | 0.8173 |
68
- | No log | 2.0 | 224 | 0.4136 | 0.8942 |
69
- | No log | 3.0 | 336 | 0.5383 | 0.8654 |
70
 
71
 
72
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.8461538461538461
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the poem_sentiment dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.7095
36
+ - Accuracy: 0.8462
37
 
38
  ## Model description
39
 
 
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | No log | 1.0 | 112 | 0.4617 | 0.875 |
68
+ | No log | 2.0 | 224 | 0.5310 | 0.8654 |
69
+ | No log | 3.0 | 336 | 0.7095 | 0.8462 |
70
 
71
 
72
  ### Framework versions