AlexanderHolmes0 commited on
Commit
c58cb9f
1 Parent(s): 03714e8

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -13
README.md CHANGED
@@ -6,23 +6,19 @@ tags:
6
  metrics:
7
  - accuracy
8
  model-index:
9
- - name: Fake-News-Detector-Long
10
  results: []
11
- datasets:
12
- - AlexanderHolmes0/true-fake-news
13
- language:
14
- - en
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
  should probably proofread and complete it, then remove this comment. -->
19
 
20
- # Fake-News-Detector-Long
21
 
22
  This model is a fine-tuned version of [allenai/longformer-base-4096](https://huggingface.co/allenai/longformer-base-4096) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.0033
25
- - Accuracy: 0.9997
26
 
27
  ## Model description
28
 
@@ -42,8 +38,8 @@ More information needed
42
 
43
  The following hyperparameters were used during training:
44
  - learning_rate: 2e-05
45
- - train_batch_size: 8
46
- - eval_batch_size: 8
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
@@ -53,12 +49,12 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
- | 0.0011 | 1.0 | 4490 | 0.0033 | 0.9997 |
57
 
58
 
59
  ### Framework versions
60
 
61
- - Transformers 4.38.2
62
  - Pytorch 2.2.0+cu121
63
  - Datasets 2.18.0
64
- - Tokenizers 0.15.1
 
6
  metrics:
7
  - accuracy
8
  model-index:
9
+ - name: fake-news-detector-long
10
  results: []
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
+ # fake-news-detector-long
17
 
18
  This model is a fine-tuned version of [allenai/longformer-base-4096](https://huggingface.co/allenai/longformer-base-4096) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0021
21
+ - Accuracy: 0.9998
22
 
23
  ## Model description
24
 
 
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 2e-05
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 4
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.0 | 1.0 | 8418 | 0.0021 | 0.9998 |
53
 
54
 
55
  ### Framework versions
56
 
57
+ - Transformers 4.39.1
58
  - Pytorch 2.2.0+cu121
59
  - Datasets 2.18.0
60
+ - Tokenizers 0.15.1