DraiP commited on
Commit
adecf1a
·
1 Parent(s): 036bb51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -4,6 +4,11 @@ tags:
4
  model-index:
5
  - name: NELA-GT_Classifier
6
  results: []
 
 
 
 
 
7
  ---
8
 
9
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -11,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
11
 
12
  # NELA-GT_Classifier
13
 
14
- This model was trained from scratch on an unknown dataset.
15
 
16
  ## Model description
17
 
18
- More information needed
19
 
20
  ## Intended uses & limitations
21
 
@@ -44,4 +49,4 @@ The following hyperparameters were used during training:
44
  - Transformers 4.29.2
45
  - Pytorch 2.0.1+cu118
46
  - Datasets 2.12.0
47
- - Tokenizers 0.13.3
 
4
  model-index:
5
  - name: NELA-GT_Classifier
6
  results: []
7
+ metrics:
8
+ - f1
9
+ - accuracy
10
+ - roc_auc
11
+ pipeline_tag: text-classification
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
16
 
17
  # NELA-GT_Classifier
18
 
19
+ This model was Fine-Tuned on the NELA-GT dataset.
20
 
21
  ## Model description
22
 
23
+ This is a pretrained distilbert-uncased model finetuned for Fake News classification.
24
 
25
  ## Intended uses & limitations
26
 
 
49
  - Transformers 4.29.2
50
  - Pytorch 2.0.1+cu118
51
  - Datasets 2.12.0
52
+ - Tokenizers 0.13.3