Marmoot commited on
Commit
b4738d0
1 Parent(s): 41df3ff

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -13,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # electricidad-base-generator-fake-news
15
 
16
- This model is a fine-tuned version of [mrm8488/electricidad-base-generator](https://huggingface.co/mrm8488/electricidad-base-generator) on an Fake_news_train dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.4223
19
  - Accuracy: 1.0
20
 
21
  ## Model description
@@ -36,8 +36,8 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 2e-05
39
- - train_batch_size: 5
40
- - eval_batch_size: 5
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
@@ -47,11 +47,11 @@ The following hyperparameters were used during training:
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
- | 0.4358 | 1.0 | 38 | 0.4223 | 1.0 |
51
- | 0.4307 | 2.0 | 76 | 0.4223 | 1.0 |
52
- | 0.4352 | 3.0 | 114 | 0.4223 | 1.0 |
53
- | 0.4369 | 4.0 | 152 | 0.4223 | 1.0 |
54
- | 0.4328 | 5.0 | 190 | 0.4223 | 1.0 |
55
 
56
 
57
  ### Framework versions
13
 
14
  # electricidad-base-generator-fake-news
15
 
16
+ This model is a fine-tuned version of [mrm8488/electricidad-base-generator](https://huggingface.co/mrm8488/electricidad-base-generator) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.0067
19
  - Accuracy: 1.0
20
 
21
  ## Model description
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 2e-05
39
+ - train_batch_size: 10
40
+ - eval_batch_size: 10
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
+ | 0.1136 | 1.0 | 180 | 0.0852 | 1.0 |
51
+ | 0.0267 | 2.0 | 360 | 0.0219 | 1.0 |
52
+ | 0.0132 | 3.0 | 540 | 0.0108 | 1.0 |
53
+ | 0.0091 | 4.0 | 720 | 0.0075 | 1.0 |
54
+ | 0.0077 | 5.0 | 900 | 0.0067 | 1.0 |
55
 
56
 
57
  ### Framework versions