Steve-dennis commited on
Commit
ecd4c8b
1 Parent(s): 34341bb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -4,9 +4,24 @@ tags:
4
  - generated_from_trainer
5
  datasets:
6
  - imdb
 
 
7
  model-index:
8
  - name: imdb_adapters
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,6 +30,9 @@ should probably proofread and complete it, then remove this comment. -->
15
  # imdb_adapters
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
 
@@ -41,6 +59,14 @@ The following hyperparameters were used during training:
41
  - lr_scheduler_type: linear
42
  - num_epochs: 2
43
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.26.1
 
4
  - generated_from_trainer
5
  datasets:
6
  - imdb
7
+ metrics:
8
+ - accuracy
9
  model-index:
10
  - name: imdb_adapters
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: imdb
17
+ type: imdb
18
+ config: plain_text
19
+ split: test
20
+ args: plain_text
21
+ metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.89876
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
  # imdb_adapters
31
 
32
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 0.2488
35
+ - Accuracy: 0.8988
36
 
37
  ## Model description
38
 
 
59
  - lr_scheduler_type: linear
60
  - num_epochs: 2
61
 
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | 0.2827 | 1.0 | 1563 | 0.2574 | 0.8927 |
67
+ | 0.2651 | 2.0 | 3126 | 0.2488 | 0.8988 |
68
+
69
+
70
  ### Framework versions
71
 
72
  - Transformers 4.26.1