youlun77 commited on
Commit
ab67a74
·
1 Parent(s): cd23674

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -31
README.md CHANGED
@@ -4,28 +4,9 @@ tags:
4
  - generated_from_trainer
5
  datasets:
6
  - imdb
7
- metrics:
8
- - accuracy
9
- - f1
10
  model-index:
11
  - name: finetuning-sentiment-model-25000-samples
12
- results:
13
- - task:
14
- name: Text Classification
15
- type: text-classification
16
- dataset:
17
- name: imdb
18
- type: imdb
19
- config: plain_text
20
- split: test
21
- args: plain_text
22
- metrics:
23
- - name: Accuracy
24
- type: accuracy
25
- value: 0.93064
26
- - name: F1
27
- type: f1
28
- value: 0.9309878213802436
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -35,9 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
35
 
36
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
37
  It achieves the following results on the evaluation set:
38
- - Loss: 0.2450
39
- - Accuracy: 0.9306
40
- - F1: 0.9310
 
 
 
 
41
 
42
  ## Model description
43
 
@@ -64,14 +49,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.2425 | 1.0 | 1563 | 0.1891 | 0.9269 | 0.9261 |
72
- | 0.1296 | 2.0 | 3126 | 0.2450 | 0.9306 | 0.9310 |
73
-
74
-
75
  ### Framework versions
76
 
77
  - Transformers 4.30.2
 
4
  - generated_from_trainer
5
  datasets:
6
  - imdb
 
 
 
7
  model-index:
8
  - name: finetuning-sentiment-model-25000-samples
9
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
18
  It achieves the following results on the evaluation set:
19
+ - eval_loss: 0.2321
20
+ - eval_accuracy: 0.932
21
+ - eval_f1: 0.9327
22
+ - eval_runtime: 421.5501
23
+ - eval_samples_per_second: 59.305
24
+ - eval_steps_per_second: 3.708
25
+ - step: 0
26
 
27
  ## Model description
28
 
 
49
  - lr_scheduler_type: linear
50
  - num_epochs: 2
51
 
 
 
 
 
 
 
 
 
52
  ### Framework versions
53
 
54
  - Transformers 4.30.2