pabRomero commited on
Commit
6dbfb5f
1 Parent(s): fb79352

Training complete

Browse files
README.md CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.1111
25
- - Precision: 0.8022
26
- - Recall: 0.7972
27
- - F1: 0.7997
28
- - Accuracy: 0.9747
29
 
30
  ## Model description
31
 
@@ -44,32 +44,27 @@ More information needed
44
  ### Training hyperparameters
45
 
46
  The following hyperparameters were used during training:
47
- - learning_rate: 0.0002
48
- - train_batch_size: 16
49
- - eval_batch_size: 16
50
  - seed: 42
51
- - gradient_accumulation_steps: 4
52
- - total_train_batch_size: 64
53
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
  - lr_scheduler_type: linear
55
- - lr_scheduler_warmup_ratio: 0.05
56
- - num_epochs: 5
57
  - mixed_precision_training: Native AMP
58
 
59
  ### Training results
60
 
61
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
62
- |:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
63
- | No log | 0.9970 | 252 | 0.0973 | 0.7590 | 0.7702 | 0.7646 | 0.9726 |
64
- | 0.164 | 1.9980 | 505 | 0.0867 | 0.7999 | 0.7776 | 0.7886 | 0.9751 |
65
- | 0.164 | 2.9990 | 758 | 0.0903 | 0.8044 | 0.7862 | 0.7952 | 0.9747 |
66
- | 0.0439 | 4.0 | 1011 | 0.0970 | 0.8032 | 0.7960 | 0.7996 | 0.9746 |
67
- | 0.0439 | 4.9852 | 1260 | 0.1111 | 0.8022 | 0.7972 | 0.7997 | 0.9747 |
68
 
69
 
70
  ### Framework versions
71
 
72
  - Transformers 4.44.2
73
- - Pytorch 2.4.0+cu121
74
  - Datasets 2.21.0
75
  - Tokenizers 0.19.1
 
21
 
22
  This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.0717
25
+ - Precision: 0.8057
26
+ - Recall: 0.8122
27
+ - F1: 0.8090
28
+ - Accuracy: 0.9784
29
 
30
  ## Model description
31
 
 
44
  ### Training hyperparameters
45
 
46
  The following hyperparameters were used during training:
47
+ - learning_rate: 5e-05
48
+ - train_batch_size: 32
49
+ - eval_batch_size: 32
50
  - seed: 42
 
 
51
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
  - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_ratio: 0.1
54
+ - num_epochs: 2
55
  - mixed_precision_training: Native AMP
56
 
57
  ### Training results
58
 
59
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
60
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
61
+ | No log | 1.0 | 231 | 0.0979 | 0.7350 | 0.7877 | 0.7604 | 0.9708 |
62
+ | No log | 2.0 | 462 | 0.0717 | 0.8057 | 0.8122 | 0.8090 | 0.9784 |
 
 
 
63
 
64
 
65
  ### Framework versions
66
 
67
  - Transformers 4.44.2
68
+ - Pytorch 2.4.1+cu121
69
  - Datasets 2.21.0
70
  - Tokenizers 0.19.1
runs/Sep05_11-30-42_24b5dd7b9e65/events.out.tfevents.1725535843.24b5dd7b9e65.183.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a1500d5fde3734164c8f03dc06facea1284b03b5fd2d2743ff6fe46b6becd81
3
- size 6218
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed5c4104b8dbf279d5d5d56a735bc21b251771dd6fee43148620500cb56221f1
3
+ size 7044