Yeji-Seong commited on
Commit
5d35ef7
·
verified ·
1 Parent(s): 6bf35ce

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -4,6 +4,9 @@ library_name: peft
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
 
 
7
  - accuracy
8
  base_model: distilbert-base-uncased
9
  model-index:
@@ -18,8 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.0838
22
- - Accuracy: 0.8982
 
 
 
23
 
24
  ## Model description
25
 
@@ -48,10 +54,10 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 1.2327 | 1.0 | 1563 | 1.1693 | 0.8972 |
54
- | 1.0963 | 2.0 | 3126 | 1.0838 | 0.8982 |
55
 
56
 
57
  ### Framework versions
 
4
  tags:
5
  - generated_from_trainer
6
  metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
  - accuracy
11
  base_model: distilbert-base-uncased
12
  model-index:
 
21
 
22
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 1.9255
25
+ - Precision: 0.0
26
+ - Recall: 0.0
27
+ - F1: 0.0
28
+ - Accuracy: 0.9207
29
 
30
  ## Model description
31
 
 
54
 
55
  ### Training results
56
 
57
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
59
+ | No log | 1.0 | 213 | 1.9785 | 0.0 | 0.0 | 0.0 | 0.9206 |
60
+ | No log | 2.0 | 426 | 1.9255 | 0.0 | 0.0 | 0.0 | 0.9207 |
61
 
62
 
63
  ### Framework versions