cgallegoan commited on
Commit
c757580
1 Parent(s): 5f04da9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # disasterBERT
16
 
17
- This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.5227
20
- - Accuracy: 0.8227
21
 
22
  ## Model description
23
 
@@ -48,11 +48,11 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | No log | 1.0 | 86 | 0.4364 | 0.8205 |
52
- | No log | 2.0 | 172 | 0.4329 | 0.8263 |
53
- | No log | 3.0 | 258 | 0.4684 | 0.8379 |
54
- | No log | 4.0 | 344 | 0.5138 | 0.8205 |
55
- | No log | 5.0 | 430 | 0.5227 | 0.8227 |
56
 
57
 
58
  ### Framework versions
 
14
 
15
  # disasterBERT
16
 
17
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.4232
20
+ - Accuracy: 0.8372
21
 
22
  ## Model description
23
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 86 | 0.4058 | 0.8299 |
52
+ | No log | 2.0 | 172 | 0.3936 | 0.8343 |
53
+ | No log | 3.0 | 258 | 0.3999 | 0.8408 |
54
+ | No log | 4.0 | 344 | 0.4123 | 0.8379 |
55
+ | No log | 5.0 | 430 | 0.4232 | 0.8372 |
56
 
57
 
58
  ### Framework versions