gabrielgmendonca commited on
Commit
193f256
1 Parent(s): a325ec3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -18
README.md CHANGED
@@ -1,22 +1,20 @@
1
  ---
2
  license: mit
3
  tags:
4
- - generated_from_keras_callback
5
  model-index:
6
- - name: gabrielgmendonca/bert-base-portuguese-cased-finetuned-chico-xavier
7
  results: []
8
  ---
9
 
10
- <!-- This model card has been generated automatically according to the information Keras had access to. You should
11
- probably proofread and complete it, then remove this comment. -->
12
 
13
- # gabrielgmendonca/bert-base-portuguese-cased-finetuned-chico-xavier
14
 
15
- This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 2.0606
18
- - Validation Loss: 1.8061
19
- - Epoch: 0
20
 
21
  ## Model description
22
 
@@ -35,19 +33,27 @@ More information needed
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
- - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'WarmUp', 'config': {'initial_learning_rate': 2e-05, 'decay_schedule_fn': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 3430, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, '__passive_serialization__': True}, 'warmup_steps': 1000, 'power': 1.0, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
39
- - training_precision: float32
 
 
 
 
 
 
40
 
41
  ### Training results
42
 
43
- | Train Loss | Validation Loss | Epoch |
44
- |:----------:|:---------------:|:-----:|
45
- | 2.0606 | 1.8061 | 0 |
 
 
46
 
47
 
48
  ### Framework versions
49
 
50
- - Transformers 4.22.1
51
- - TensorFlow 2.8.2
52
- - Datasets 2.5.1
53
- - Tokenizers 0.12.1
 
1
  ---
2
  license: mit
3
  tags:
4
+ - generated_from_trainer
5
  model-index:
6
+ - name: bert-base-portuguese-cased-finetuned-chico-xavier
7
  results: []
8
  ---
9
 
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
 
13
+ # bert-base-portuguese-cased-finetuned-chico-xavier
14
 
15
+ This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 1.9544
 
 
18
 
19
  ## Model description
20
 
 
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 64
38
+ - eval_batch_size: 64
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 3.0
43
+ - mixed_precision_training: Native AMP
44
 
45
  ### Training results
46
 
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 2.3116 | 1.0 | 157 | 2.0288 |
50
+ | 2.097 | 2.0 | 314 | 1.9837 |
51
+ | 2.0608 | 3.0 | 471 | 1.9755 |
52
 
53
 
54
  ### Framework versions
55
 
56
+ - Transformers 4.24.0
57
+ - Pytorch 1.12.1+cu113
58
+ - Datasets 2.6.1
59
+ - Tokenizers 0.13.1