Marcos12886 commited on
Commit
4f63950
1 Parent(s): 38513ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -20,13 +20,12 @@ should probably proofread and complete it, then remove this comment. -->
20
  # distilhubert-finetuned-mixed-data
21
 
22
  This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on an unknown dataset.
23
- It achieves the following results on the evaluation set:
24
- - Loss: 0.8806
25
- - Accuracy: 0.7912
26
- - F1: 0.7772
27
- - Precision: 0.8022
28
- - Recall: 0.7912
29
- - Confusion Matrix: [[59, 1, 1, 2], [20, 35, 22, 0], [2, 7, 68, 0], [2, 0, 0, 54]]
30
 
31
  ## Model description
32
 
@@ -60,9 +59,9 @@ The following hyperparameters were used during training:
60
 
61
  ### Training results
62
 
63
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | Confusion Matrix |
64
- |:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|:--------------------------------------------------------------:|
65
- | 0.4221 | 22.2222 | 100 | 0.8806 | 0.7912 | 0.7772 | 0.8022 | 0.7912 | [[59, 1, 1, 2], [20, 35, 22, 0], [2, 7, 68, 0], [2, 0, 0, 54]] |
66
 
67
 
68
  ### Framework versions
 
20
  # distilhubert-finetuned-mixed-data
21
 
22
  This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on an unknown dataset.
23
+ - Loss: 0.7808755040168762,
24
+ - Accuracy: 0.8644688644688645,
25
+ - F1: 0.8641694609590086,
26
+ - Precision: 0.8653356589517041,
27
+ - Recall: 0.8644688644688645,
28
+ - Confusion Matrix: [[71, 9, 0, 3], [5, 42, 12, 0], [0, 7, 55, 0], [1, 0, 0, 68]]
 
29
 
30
  ## Model description
31
 
 
59
 
60
  ### Training results
61
 
62
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | Confusion Matrix |
63
+ |:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|:-------------------------------------------------------------:|
64
+ | 0.5098 | 40.0000 | 50 | 0.7809 | 0.8645 | 0.8642 | 0.8653 | 0.8645 | [[71, 9, 0, 3], [5, 42, 12, 0], [0, 7, 55, 0], [1, 0, 0, 68]] |
65
 
66
 
67
  ### Framework versions