koreadaeil commited on
Commit
256397a
1 Parent(s): 2c1167f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
- - poem_sentiment
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: poem_sentiment
17
- type: poem_sentiment
18
  config: default
19
  split: train[:200]
20
  args: default
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.65
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 [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the poem_sentiment dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 1.1819
35
- - Accuracy: 0.65
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
- | No log | 1.0 | 2 | 1.2274 | 0.65 |
67
- | No log | 2.0 | 4 | 1.1819 | 0.65 |
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: train[:200]
20
  args: default
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 1.0
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the rotten_tomatoes dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.4502
35
+ - Accuracy: 1.0
36
 
37
  ## Model description
38
 
 
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | No log | 1.0 | 2 | 0.4784 | 1.0 |
67
+ | No log | 2.0 | 4 | 0.4502 | 1.0 |
68
 
69
 
70
  ### Framework versions