abdulmatinomotoso commited on
Commit
5a0275d
1 Parent(s): 617e381

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -11,8 +11,8 @@ model-index:
11
 
12
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the news_article_categorization dataset.
13
  It achieves the following results on the evaluation set:
14
- - Loss: 0.01338
15
- - F1_score(weighted): 1.0
16
 
17
  ### Model description
18
 
@@ -39,12 +39,10 @@ The following hyperparameters were used during training:
39
  - optimizer: AdamW(lr=1e-5 and epsilon=1e-08)
40
  - lr_scheduler_type: linear
41
  - lr_scheduler_warmup_steps: 0
42
- - num_epochs: 5
43
  ### Training results
44
  | Training Loss | Epoch | Validation Loss | f1 score |
45
  |:-------------:|:-----:|:---------------: |:------:|
46
- | 0.5176 | 1.0 | 0.0466 | 0.9838 |
47
- | 0.0513 | 2.0 | 0.0051 | 1.0000 |
48
- | 0.0320 | 3.0 | 0.0032 | 1.0000 |
49
- | 0.0229 | 4.0 | 0.0018 | 1.0000 |
50
- | 0.0133 | 5.0 | 0.0017 | 1.0000 |
 
11
 
12
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the news_article_categorization dataset.
13
  It achieves the following results on the evaluation set:
14
+ - Loss: 0.1548
15
+ - F1_score(weighted): 0.96
16
 
17
  ### Model description
18
 
 
39
  - optimizer: AdamW(lr=1e-5 and epsilon=1e-08)
40
  - lr_scheduler_type: linear
41
  - lr_scheduler_warmup_steps: 0
42
+ - num_epochs: 2
43
  ### Training results
44
  | Training Loss | Epoch | Validation Loss | f1 score |
45
  |:-------------:|:-----:|:---------------: |:------:|
46
+ | 0.6359 | 1.0 | 0.1739 | 0.9619 |
47
+ | 0.1548 | 2.0 | 0.1898 | 0.9648 |
48
+