ertyazilim commited on
Commit
6e8afc9
1 Parent(s): 6828613

Training completed! (Hugging Face NLP Course)

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.935
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.1469
36
- - Accuracy: 0.935
37
 
38
  ## Model description
39
 
@@ -64,13 +64,13 @@ The following hyperparameters were used during training:
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
- | No log | 1.0 | 250 | 0.1910 | 0.9305 |
68
- | 0.3349 | 2.0 | 500 | 0.1469 | 0.935 |
69
 
70
 
71
  ### Framework versions
72
 
73
- - Transformers 4.37.0
74
  - Pytorch 2.1.0+cu121
75
  - Datasets 2.16.1
76
- - Tokenizers 0.15.0
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.937
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.1411
36
+ - Accuracy: 0.937
37
 
38
  ## Model description
39
 
 
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | No log | 1.0 | 250 | 0.1860 | 0.929 |
68
+ | 0.3337 | 2.0 | 500 | 0.1411 | 0.937 |
69
 
70
 
71
  ### Framework versions
72
 
73
+ - Transformers 4.35.2
74
  - Pytorch 2.1.0+cu121
75
  - Datasets 2.16.1
76
+ - Tokenizers 0.15.1