Oleksandr2003 commited on
Commit
1125dca
1 Parent(s): dc2e81a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -18
README.md CHANGED
@@ -1,22 +1,20 @@
1
  ---
2
- license: apache-2.0
3
  tags:
4
- - generated_from_keras_callback
5
  model-index:
6
- - name: Oleksandr2003/QA_model
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
- # Oleksandr2003/QA_model
14
 
15
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 2.8572
18
- - Validation Loss: 2.9472
19
- - Epoch: 2
20
 
21
  ## Model description
22
 
@@ -35,21 +33,26 @@ More information needed
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
- - optimizer: {'name': 'Adam', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 969, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
39
- - training_precision: float32
 
 
 
 
 
40
 
41
  ### Training results
42
 
43
- | Train Loss | Validation Loss | Epoch |
44
- |:----------:|:---------------:|:-----:|
45
- | 3.3672 | 3.0732 | 0 |
46
- | 2.9966 | 2.9752 | 1 |
47
- | 2.8572 | 2.9472 | 2 |
48
 
49
 
50
  ### Framework versions
51
 
52
  - Transformers 4.26.0
53
- - TensorFlow 2.9.2
54
  - Datasets 2.9.0
55
  - Tokenizers 0.13.2
 
1
  ---
2
+ license: mit
3
  tags:
4
+ - generated_from_trainer
5
  model-index:
6
+ - name: QA_model
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
+ # QA_model
14
 
15
+ This model is a fine-tuned version of [ukr-models/xlm-roberta-base-uk](https://huggingface.co/ukr-models/xlm-roberta-base-uk) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 1.5648
 
 
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: 16
38
+ - eval_batch_size: 16
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
43
 
44
  ### Training results
45
 
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 220 | 1.9953 |
49
+ | No log | 2.0 | 440 | 1.6170 |
50
+ | 2.3827 | 3.0 | 660 | 1.5648 |
51
 
52
 
53
  ### Framework versions
54
 
55
  - Transformers 4.26.0
56
+ - Pytorch 1.13.1+cu116
57
  - Datasets 2.9.0
58
  - Tokenizers 0.13.2