joshiarn commited on
Commit
c34efe6
·
1 Parent(s): 186e95a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -15,11 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # my_test_model
17
 
18
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0011
21
- - Accuracy: 1.0
22
- - F1: 1.0
23
 
24
  ## Model description
25
 
@@ -48,9 +48,9 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|
53
- | 0.0396 | 1.0 | 500 | 0.0011 | 1.0 | 1.0 |
54
 
55
 
56
  ### Framework versions
 
15
 
16
  # my_test_model
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.0084
21
+ - Accuracy: 0.9985
22
+ - F1: 0.9985
23
 
24
  ## Model description
25
 
 
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | 0.0021 | 1.0 | 500 | 0.0084 | 0.9985 | 0.9985 |
54
 
55
 
56
  ### Framework versions