mohameddhiab commited on
Commit
0cc0006
·
1 Parent(s): 665b756

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -8
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 2.3392
20
- - F1: 0.0668
21
 
22
  ## Model description
23
 
@@ -37,20 +37,27 @@ More information needed
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 2e-06
40
- - train_batch_size: 16
41
- - eval_batch_size: 16
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - num_epochs: 3
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | F1 |
50
  |:-------------:|:-----:|:----:|:---------------:|:------:|
51
- | No log | 1.0 | 16 | 2.3546 | 0.0322 |
52
- | No log | 2.0 | 32 | 2.3429 | 0.0550 |
53
- | No log | 3.0 | 48 | 2.3392 | 0.0668 |
 
 
 
 
 
 
 
54
 
55
 
56
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 2.1164
20
+ - F1: 0.0444
21
 
22
  ## Model description
23
 
 
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 2e-06
40
+ - train_batch_size: 4
41
+ - eval_batch_size: 4
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 10
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | F1 |
50
  |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | No log | 1.0 | 64 | 2.2798 | 0.0449 |
52
+ | No log | 2.0 | 128 | 2.2237 | 0.0444 |
53
+ | No log | 3.0 | 192 | 2.1813 | 0.0444 |
54
+ | No log | 4.0 | 256 | 2.1558 | 0.0444 |
55
+ | No log | 5.0 | 320 | 2.1386 | 0.0444 |
56
+ | No log | 6.0 | 384 | 2.1303 | 0.0444 |
57
+ | No log | 7.0 | 448 | 2.1239 | 0.0444 |
58
+ | 2.2511 | 8.0 | 512 | 2.1190 | 0.0444 |
59
+ | 2.2511 | 9.0 | 576 | 2.1173 | 0.0444 |
60
+ | 2.2511 | 10.0 | 640 | 2.1164 | 0.0444 |
61
 
62
 
63
  ### Framework versions