yhchoi commited on
Commit
9119935
1 Parent(s): bde03af

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -32
README.md CHANGED
@@ -4,28 +4,9 @@ tags:
4
  - generated_from_trainer
5
  datasets:
6
  - emotion
7
- metrics:
8
- - accuracy
9
- - f1
10
  model-index:
11
  - name: distilbert-base-uncased-finetuned-emotion
12
- results:
13
- - task:
14
- name: Text Classification
15
- type: text-classification
16
- dataset:
17
- name: emotion
18
- type: emotion
19
- config: split
20
- split: train
21
- args: split
22
- metrics:
23
- - name: Accuracy
24
- type: accuracy
25
- value: 0.917
26
- - name: F1
27
- type: f1
28
- value: 0.9175796283881836
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -34,10 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
34
  # distilbert-base-uncased-finetuned-emotion
35
 
36
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
37
- It achieves the following results on the evaluation set:
38
- - Loss: 0.2347
39
- - Accuracy: 0.917
40
- - F1: 0.9176
41
 
42
  ## Model description
43
 
@@ -64,14 +41,6 @@ The following hyperparameters were used during training:
64
  - lr_scheduler_type: linear
65
  - num_epochs: 2
66
 
67
- ### Training results
68
-
69
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
- | 0.8244 | 1.0 | 250 | 0.3238 | 0.905 | 0.9034 |
72
- | 0.2477 | 2.0 | 500 | 0.2347 | 0.917 | 0.9176 |
73
-
74
-
75
  ### Framework versions
76
 
77
  - Transformers 4.25.1
 
4
  - generated_from_trainer
5
  datasets:
6
  - emotion
 
 
 
7
  model-index:
8
  - name: distilbert-base-uncased-finetuned-emotion
9
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
15
  # distilbert-base-uncased-finetuned-emotion
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
 
 
 
 
18
 
19
  ## Model description
20
 
 
41
  - lr_scheduler_type: linear
42
  - num_epochs: 2
43
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.25.1