JUNYIDA commited on
Commit
93db06b
1 Parent(s): daf35f5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
- - imdb
7
  metrics:
8
  - accuracy
9
  model-index:
@@ -13,15 +13,15 @@ model-index:
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.93024
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,10 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  # my_awesome_model
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.2380
35
- - Accuracy: 0.9302
36
 
37
  ## Model description
38
 
@@ -63,8 +63,8 @@ The following hyperparameters were used during training:
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
- | 0.2341 | 1.0 | 1563 | 0.1905 | 0.9260 |
67
- | 0.1488 | 2.0 | 3126 | 0.2380 | 0.9302 |
68
 
69
 
70
  ### Framework versions
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
+ - rotten_tomatoes
7
  metrics:
8
  - accuracy
9
  model-index:
 
13
  name: Text Classification
14
  type: text-classification
15
  dataset:
16
+ name: rotten_tomatoes
17
+ type: rotten_tomatoes
18
+ config: default
19
  split: test
20
+ args: default
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.8555347091932458
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # my_awesome_model
31
 
32
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the rotten_tomatoes dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.4633
35
+ - Accuracy: 0.8555
36
 
37
  ## Model description
38
 
 
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | 0.3945 | 1.0 | 534 | 0.3473 | 0.8527 |
67
+ | 0.2174 | 2.0 | 1068 | 0.4633 | 0.8555 |
68
 
69
 
70
  ### Framework versions