cedomin commited on
Commit
81d216a
·
1 Parent(s): c98814d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # Task1a_class
17
 
18
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.6328
21
- - Accuracy: 0.6571
22
 
23
  ## Model description
24
 
@@ -49,11 +49,11 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 18 | 0.6611 | 0.6286 |
53
- | No log | 2.0 | 36 | 0.6697 | 0.6286 |
54
- | No log | 3.0 | 54 | 0.6400 | 0.6286 |
55
- | No log | 4.0 | 72 | 0.6460 | 0.6 |
56
- | No log | 5.0 | 90 | 0.6328 | 0.6571 |
57
 
58
 
59
  ### Framework versions
 
15
 
16
  # Task1a_class
17
 
18
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.7193
21
+ - Accuracy: 0.6857
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 18 | 0.7991 | 0.4857 |
53
+ | No log | 2.0 | 36 | 0.6316 | 0.7143 |
54
+ | No log | 3.0 | 54 | 0.7638 | 0.6 |
55
+ | No log | 4.0 | 72 | 0.7218 | 0.6571 |
56
+ | No log | 5.0 | 90 | 0.7193 | 0.6857 |
57
 
58
 
59
  ### Framework versions