koreadaeil commited on
Commit
e4e83ca
1 Parent(s): ce5f6a7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -29,9 +29,9 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  # my_awesome_model
31
 
32
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the poem_sentiment dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 1.2807
35
  - Accuracy: 0.575
36
 
37
  ## Model description
@@ -63,8 +63,8 @@ The following hyperparameters were used during training:
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
- | No log | 1.0 | 2 | 1.3030 | 0.575 |
67
- | No log | 2.0 | 4 | 1.2807 | 0.575 |
68
 
69
 
70
  ### Framework versions
 
29
 
30
  # my_awesome_model
31
 
32
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the poem_sentiment dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 1.1471
35
  - Accuracy: 0.575
36
 
37
  ## Model description
 
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | No log | 1.0 | 2 | 1.1751 | 0.575 |
67
+ | No log | 2.0 | 4 | 1.1471 | 0.575 |
68
 
69
 
70
  ### Framework versions