Shadman-Rohan commited on
Commit
b77f980
·
1 Parent(s): ffe3660

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -15,9 +15,11 @@ model-index:
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
  should probably proofread and complete it, then remove this comment. -->
17
 
18
- # FakevsRealNews
 
 
 
19
 
20
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.0000
23
  - Accuracy: 1.0
@@ -27,17 +29,15 @@ It achieves the following results on the evaluation set:
27
 
28
  ## Model description
29
 
30
- More information needed
31
-
32
- ## Intended uses & limitations
33
-
34
- More information needed
35
-
36
  ## Training and evaluation data
37
 
38
- More information needed
39
 
40
  ## Training procedure
 
 
41
 
42
  ### Training hyperparameters
43
 
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
  should probably proofread and complete it, then remove this comment. -->
17
 
18
+ # Fatima Fellowship Coding challenge
19
+ The challenge involved building a fake news classifier using the huggingface library.
20
+
21
+ This final model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an fake-and-real-news dataset. The link to the dataset is https://www.kaggle.com/datasets/clmentbisaillon/fake-and-real-news-dataset.
22
 
 
23
  It achieves the following results on the evaluation set:
24
  - Loss: 0.0000
25
  - Accuracy: 1.0
 
29
 
30
  ## Model description
31
 
32
+ Finetuned Distilbert
33
+
 
 
 
 
34
  ## Training and evaluation data
35
 
36
+ The training data was split into train-dev-test in the ratio 80-10-10.
37
 
38
  ## Training procedure
39
+ The title and text of each news story was concatenated to form each datapoint. Then a model was finetuned to perform single label classification on each datapoint. The final prediction is the class with the highest probability.
40
+
41
 
42
  ### Training hyperparameters
43