Commit 路
1125dca
1
Parent(s): dc2e81a
update model card README.md
Browse files
README.md
CHANGED
|
@@ -1,22 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
tags:
|
| 4 |
-
-
|
| 5 |
model-index:
|
| 6 |
-
- name:
|
| 7 |
results: []
|
| 8 |
---
|
| 9 |
|
| 10 |
-
<!-- This model card has been generated automatically according to the information
|
| 11 |
-
probably proofread and complete it, then remove this comment. -->
|
| 12 |
|
| 13 |
-
#
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
-
|
| 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 |
-
-
|
| 39 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
### Training results
|
| 42 |
|
| 43 |
-
|
|
| 44 |
-
|
| 45 |
-
|
|
| 46 |
-
|
|
| 47 |
-
| 2.
|
| 48 |
|
| 49 |
|
| 50 |
### Framework versions
|
| 51 |
|
| 52 |
- Transformers 4.26.0
|
| 53 |
-
-
|
| 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
|