mohameddhiab commited on
Commit
4769966
·
1 Parent(s): a188771

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -1,9 +1,9 @@
1
  ---
2
- license: mit
3
  tags:
4
  - generated_from_trainer
5
  metrics:
6
- - accuracy
7
  model-index:
8
  - name: humor-no-humor
9
  results: []
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # humor-no-humor
16
 
17
- This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.1510
20
- - Accuracy: 0.9814
21
 
22
  ## Model description
23
 
@@ -37,8 +37,8 @@ More information needed
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 2e-06
40
- - train_batch_size: 4
41
- - eval_batch_size: 4
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
@@ -46,11 +46,11 @@ The following hyperparameters were used during training:
46
 
47
  ### Training results
48
 
49
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|
51
- | 0.0066 | 1.0 | 6706 | 0.1510 | 0.9814 |
52
- | 0.0014 | 2.0 | 13412 | 0.1526 | 0.9817 |
53
- | 0.0 | 3.0 | 20118 | 0.1538 | 0.9820 |
54
 
55
 
56
  ### Framework versions
 
1
  ---
2
+ license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  metrics:
6
+ - f1
7
  model-index:
8
  - name: humor-no-humor
9
  results: []
 
14
 
15
  # humor-no-humor
16
 
17
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.1269
20
+ - F1: 0.9537
21
 
22
  ## Model description
23
 
 
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 2e-06
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
 
46
 
47
  ### Training results
48
 
49
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
50
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | 0.1707 | 1.0 | 1677 | 0.1398 | 0.9423 |
52
+ | 0.1427 | 2.0 | 3354 | 0.1291 | 0.9531 |
53
+ | 0.1384 | 3.0 | 5031 | 0.1269 | 0.9537 |
54
 
55
 
56
  ### Framework versions