mwinterhalter commited on
Commit
cb575f0
1 Parent(s): c699722

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -26
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: my-sentiment-model
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.93008
26
- - name: F1
27
- type: f1
28
- value: 0.9302139891408495
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
  # my-sentiment-model
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.3033
39
- - Accuracy: 0.9301
40
- - F1: 0.9302
41
 
42
  ## Model description
43
 
@@ -62,7 +39,7 @@ The following hyperparameters were used during training:
62
  - seed: 42
63
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
  - lr_scheduler_type: linear
65
- - num_epochs: 3
66
 
67
  ### Training results
68
 
@@ -71,6 +48,6 @@ The following hyperparameters were used during training:
71
  ### Framework versions
72
 
73
  - Transformers 4.28.0
74
- - Pytorch 2.0.1+cu118
75
  - Datasets 2.12.0
76
  - Tokenizers 0.13.3
 
4
  - generated_from_trainer
5
  datasets:
6
  - imdb
 
 
 
7
  model-index:
8
  - name: my-sentiment-model
9
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
15
  # my-sentiment-model
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
 
 
 
 
18
 
19
  ## Model description
20
 
 
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 4
43
 
44
  ### Training results
45
 
 
48
  ### Framework versions
49
 
50
  - Transformers 4.28.0
51
+ - Pytorch 2.0.1+cu117
52
  - Datasets 2.12.0
53
  - Tokenizers 0.13.3