GonzaloA commited on
Commit
8daeb97
1 Parent(s): d60fac7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -9
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: distilroberta-base-finetuned-fakeNews
7
  results: []
@@ -14,12 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - eval_loss: 0.0285
18
- - eval_runtime: 244.4999
19
- - eval_samples_per_second: 33.198
20
- - eval_steps_per_second: 2.078
21
- - epoch: 1.0
22
- - step: 1523
23
 
24
  ## Model description
25
 
@@ -44,11 +42,20 @@ The following hyperparameters were used during training:
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
- - num_epochs: 1
 
 
 
 
 
 
 
 
 
48
 
49
  ### Framework versions
50
 
51
- - Transformers 4.18.0
52
  - Pytorch 1.11.0+cu113
53
- - Datasets 2.1.0
54
  - Tokenizers 0.12.1
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
  model-index:
8
  - name: distilroberta-base-finetuned-fakeNews
9
  results: []
 
16
 
17
  This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.0496
20
+ - Accuracy: 0.9878
 
 
 
 
21
 
22
  ## Model description
23
 
 
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 3
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 0.0216 | 1.0 | 1250 | 0.0518 | 0.9864 |
52
+ | 0.0161 | 2.0 | 2500 | 0.0465 | 0.9878 |
53
+ | 0.0065 | 3.0 | 3750 | 0.0496 | 0.9878 |
54
+
55
 
56
  ### Framework versions
57
 
58
+ - Transformers 4.20.0
59
  - Pytorch 1.11.0+cu113
60
+ - Datasets 2.3.2
61
  - Tokenizers 0.12.1